Spaces:
Sleeping
Sleeping
Commit
·
15c10e8
1
Parent(s):
3f55c51
Changes
Browse files
app.py
CHANGED
@@ -41,6 +41,8 @@ def respond(
|
|
41 |
response += token
|
42 |
yield response
|
43 |
|
|
|
|
|
44 |
|
45 |
"""
|
46 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
|
|
41 |
response += token
|
42 |
yield response
|
43 |
|
44 |
+
print("the history", message, "response",response)
|
45 |
+
|
46 |
|
47 |
"""
|
48 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|