Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,6 @@ with col1:
|
|
77 |
model="gemini-2.0-flash-exp",
|
78 |
contents=[detection_prompt, image_part]
|
79 |
)
|
80 |
-
|
81 |
-
# Debug-Ausgaben
|
82 |
-
st.write("**Raw API Response:**", box_response.text)
|
83 |
|
84 |
# Verarbeitung
|
85 |
try:
|
|
|
77 |
model="gemini-2.0-flash-exp",
|
78 |
contents=[detection_prompt, image_part]
|
79 |
)
|
|
|
|
|
|
|
80 |
|
81 |
# Verarbeitung
|
82 |
try:
|