Spaces:
Runtime error
Runtime error
saved
Browse files
app.py
CHANGED
@@ -75,8 +75,7 @@ def main():
|
|
75 |
if st.button("Analyze Image"):
|
76 |
with st.spinner("Processing..."):
|
77 |
response = multimodal_prompt(uploaded_image, selected_task)
|
78 |
-
st.
|
79 |
-
st.write(response)
|
80 |
|
81 |
if __name__ == "__main__":
|
82 |
main()
|
|
|
75 |
if st.button("Analyze Image"):
|
76 |
with st.spinner("Processing..."):
|
77 |
response = multimodal_prompt(uploaded_image, selected_task)
|
78 |
+
st.markdown(response)
|
|
|
79 |
|
80 |
if __name__ == "__main__":
|
81 |
main()
|