Spaces:
Sleeping
Sleeping
Commit
·
c601b51
1
Parent(s):
9779d6a
Remove info message
Browse files
app.py
CHANGED
|
@@ -249,7 +249,7 @@ if st.session_state.original_image is None:
|
|
| 249 |
st.title("Welcome to the AI Photo Enhancement App")
|
| 250 |
st.write("This application uses Reinforcement Learning to enhance your photos with ease and flexibility. Below, you'll find a short tutorial video on how to use the app.")
|
| 251 |
st.write("You can find the project repository here: [AI Photo Enhancer GitHub](https://github.com/zakaria-narjis/ai-photo-enhancer).")
|
| 252 |
-
st.info("Please note that this app is currently limited to 8-bit images. I'm working on extending it to handle 16-bit images.", icon="ℹ️")
|
| 253 |
st.video("demo.mp4", muted=True)
|
| 254 |
st.subheader("How to Use the App:")
|
| 255 |
st.markdown("""
|
|
|
|
| 249 |
st.title("Welcome to the AI Photo Enhancement App")
|
| 250 |
st.write("This application uses Reinforcement Learning to enhance your photos with ease and flexibility. Below, you'll find a short tutorial video on how to use the app.")
|
| 251 |
st.write("You can find the project repository here: [AI Photo Enhancer GitHub](https://github.com/zakaria-narjis/ai-photo-enhancer).")
|
| 252 |
+
# st.info("Please note that this app is currently limited to 8-bit images. I'm working on extending it to handle 16-bit images.", icon="ℹ️")
|
| 253 |
st.video("demo.mp4", muted=True)
|
| 254 |
st.subheader("How to Use the App:")
|
| 255 |
st.markdown("""
|