Ana111op commited on
Commit
b29d2ed
1 Parent(s): fc5506c

Update app.py

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