Spaces:
Running
Running
mrbeliever
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ if uploaded_image and API_KEY:
|
|
77 |
.get("content", "No caption generated.")
|
78 |
)
|
79 |
st.subheader("Generated Caption")
|
80 |
-
st.text_area("Caption Output", caption, height=200, key="caption_output"
|
81 |
|
82 |
except Exception as e:
|
83 |
st.error(f"Error processing the response: {e}")
|
|
|
77 |
.get("content", "No caption generated.")
|
78 |
)
|
79 |
st.subheader("Generated Caption")
|
80 |
+
st.text_area("Caption Output", caption, height=200, key="caption_output")
|
81 |
|
82 |
except Exception as e:
|
83 |
st.error(f"Error processing the response: {e}")
|