Spaces:
Sleeping
Sleeping
Update app.py
Browse filescommit changes to main branch
app.py
CHANGED
|
@@ -42,6 +42,7 @@ def respond(
|
|
| 42 |
|
| 43 |
"""
|
| 44 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
|
|
|
| 45 |
"""
|
| 46 |
demo = gr.ChatInterface(
|
| 47 |
respond,
|
|
|
|
| 42 |
|
| 43 |
"""
|
| 44 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 45 |
+
This is for the test update
|
| 46 |
"""
|
| 47 |
demo = gr.ChatInterface(
|
| 48 |
respond,
|