Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,8 @@ def predict_image_description(uploaded_file):
|
|
| 12 |
return result
|
| 13 |
|
| 14 |
# Streamlit UI
|
| 15 |
-
st.
|
|
|
|
| 16 |
st.write("Upload an image and click the button to get a description!")
|
| 17 |
|
| 18 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
|
|
|
|
| 12 |
return result
|
| 13 |
|
| 14 |
# Streamlit UI
|
| 15 |
+
st.markdown('<p style="color:#191970;text-align:center;font-size:30px;">Aiconvert.online Image Description</p>', unsafe_allow_html=True)
|
| 16 |
+
|
| 17 |
st.write("Upload an image and click the button to get a description!")
|
| 18 |
|
| 19 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
|