tommy24 commited on
Commit
b0d6a2b
·
1 Parent(s): 93af547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -866,7 +866,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
866
 
867
  if UserInput is not None:
868
  caption = UserInput.lower()
869
- vision(caption)
870
  else:
871
  caption = None
872
 
 
866
 
867
  if UserInput is not None:
868
  caption = UserInput.lower()
869
+ return vision(caption)
870
  else:
871
  caption = None
872