Sebbe33 commited on
Commit
4dbff99
·
verified ·
1 Parent(s): d57a6ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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: