Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,9 +13,9 @@ def simple_respond(message,history):
|
|
| 13 |
"""
|
| 14 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 15 |
"""
|
| 16 |
-
demo = gr.ChatInterface(
|
| 17 |
simple_respond,
|
| 18 |
-
type="messages"
|
| 19 |
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
|
|
|
| 13 |
"""
|
| 14 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 15 |
"""
|
| 16 |
+
demo = gr.ChatInterface(
|
| 17 |
simple_respond,
|
| 18 |
+
type="messages")
|
| 19 |
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|