Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def draw_bounding_boxes(image, boxes):
|
|
| 35 |
return image
|
| 36 |
|
| 37 |
# Streamlit UI
|
| 38 |
-
st.title("
|
| 39 |
col1, col2 = st.columns(2)
|
| 40 |
|
| 41 |
with col1:
|
|
|
|
| 35 |
return image
|
| 36 |
|
| 37 |
# Streamlit UI
|
| 38 |
+
st.title("Objekterkennung mit Gemini")
|
| 39 |
col1, col2 = st.columns(2)
|
| 40 |
|
| 41 |
with col1:
|