Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def math_chat_bot(image, sketchpad, question, state):
|
|
88 |
# Upload
|
89 |
if current_tab_index == 0:
|
90 |
if image is not None:
|
91 |
-
image_description = process_image(image)
|
92 |
# Sketch
|
93 |
elif current_tab_index == 1:
|
94 |
print(sketchpad)
|
|
|
88 |
# Upload
|
89 |
if current_tab_index == 0:
|
90 |
if image is not None:
|
91 |
+
image_description = process_image(image,False)
|
92 |
# Sketch
|
93 |
elif current_tab_index == 1:
|
94 |
print(sketchpad)
|