Spaces:
Sleeping
Sleeping
yes:
Browse files
app.py
CHANGED
@@ -28,6 +28,8 @@ def respond(message):
|
|
28 |
|
29 |
response += token
|
30 |
yield response
|
|
|
|
|
31 |
|
32 |
"""
|
33 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
|
|
28 |
|
29 |
response += token
|
30 |
yield response
|
31 |
+
print(response)
|
32 |
+
return response
|
33 |
|
34 |
"""
|
35 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|