Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with col1:
|
|
83 |
with col2:
|
84 |
st.write("## Objekterkennung:")
|
85 |
st.write(result_text)
|
86 |
-
st.image(annotated_image, caption="Erkannte Objekte",
|
87 |
|
88 |
st.write("## Beschreibung:")
|
89 |
st.write(desc_response.text)
|
|
|
83 |
with col2:
|
84 |
st.write("## Objekterkennung:")
|
85 |
st.write(result_text)
|
86 |
+
st.image(annotated_image, caption="Erkannte Objekte", use_container_width=True)
|
87 |
|
88 |
st.write("## Beschreibung:")
|
89 |
st.write(desc_response.text)
|