Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ if image_url:
|
|
108 |
final_caption = response.content
|
109 |
|
110 |
##Output
|
111 |
-
st.write("context: ", context)
|
112 |
-
st.write("initial_caption: ", initial_caption)
|
113 |
-
st.write("
|
114 |
except Exception as e:
|
115 |
st.error(f"Error: {e}")
|
116 |
else:
|
|
|
108 |
final_caption = response.content
|
109 |
|
110 |
##Output
|
111 |
+
#st.write("context: ", context)
|
112 |
+
#st.write("initial_caption: ", initial_caption)
|
113 |
+
st.write("CAPTION: ", final_caption)
|
114 |
except Exception as e:
|
115 |
st.error(f"Error: {e}")
|
116 |
else:
|