Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ model = model.eval()
|
|
49 |
|
50 |
def ui():
|
51 |
st.markdown("# Image Captioning")
|
52 |
-
st.markdown("## Done By- Vageesh, Rushil and Girish")
|
53 |
uploaded_file = st.file_uploader("Upload an Image", type=['png', 'jpeg', 'jpg'])
|
54 |
|
55 |
if uploaded_file is not None:
|
|
|
49 |
|
50 |
def ui():
|
51 |
st.markdown("# Image Captioning")
|
52 |
+
# st.markdown("## Done By- Vageesh, Rushil and Girish")
|
53 |
uploaded_file = st.file_uploader("Upload an Image", type=['png', 'jpeg', 'jpg'])
|
54 |
|
55 |
if uploaded_file is not None:
|