Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def predict():
|
|
28 |
for c in captions:
|
29 |
st.write(c)
|
30 |
|
31 |
-
st.title('
|
32 |
img_url = st.text_input(label='Enter Image URL')
|
33 |
|
34 |
if (img_url != "") and (img_url != None):
|
|
|
28 |
for c in captions:
|
29 |
st.write(c)
|
30 |
|
31 |
+
st.title('Image Captioner')
|
32 |
img_url = st.text_input(label='Enter Image URL')
|
33 |
|
34 |
if (img_url != "") and (img_url != None):
|