Spaces:
Running
Running
Update app.py
Browse files
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 |
|