Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1096,7 +1096,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
1096 |
)
|
1097 |
print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
|
1098 |
if second_response is not None:
|
1099 |
-
reply = second_response
|
1100 |
return reply
|
1101 |
else:
|
1102 |
return "Error"
|
|
|
1096 |
)
|
1097 |
print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
|
1098 |
if second_response is not None:
|
1099 |
+
reply = second_response
|
1100 |
return reply
|
1101 |
else:
|
1102 |
return "Error"
|