Spaces:
Sleeping
Sleeping
Changes in the backend
Browse files
app.py
CHANGED
@@ -41,9 +41,7 @@ def respond(
|
|
41 |
yield response
|
42 |
|
43 |
|
44 |
-
|
45 |
-
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
46 |
-
"""
|
47 |
demo = gr.ChatInterface(
|
48 |
respond,
|
49 |
additional_inputs=[
|
|
|
41 |
yield response
|
42 |
|
43 |
|
44 |
+
|
|
|
|
|
45 |
demo = gr.ChatInterface(
|
46 |
respond,
|
47 |
additional_inputs=[
|