Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -671,7 +671,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
671 |
print("RESPONSE TRY (NO IMAGE)", completion, reply)
|
672 |
|
673 |
except:
|
674 |
-
reply = "Maximum messages: 15. Please clear your history and Try Again!"
|
675 |
output.append({"Mode": "Chat", "content": reply})
|
676 |
|
677 |
return output
|
|
|
671 |
print("RESPONSE TRY (NO IMAGE)", completion, reply)
|
672 |
|
673 |
except:
|
674 |
+
reply = "Maximum messages: 15. Please clear your history and Try Again! (No Image)"
|
675 |
output.append({"Mode": "Chat", "content": reply})
|
676 |
|
677 |
return output
|