Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,10 +57,7 @@ demo = gr.ChatInterface(random_fun, title = cfg.title, description = cfg.descrip
|
|
57 |
"""
|
58 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
59 |
"""
|
60 |
-
demo = gr.ChatInterface(
|
61 |
-
respond,
|
62 |
-
|
63 |
-
)
|
64 |
|
65 |
|
66 |
if __name__ == "__main__":
|
|
|
57 |
"""
|
58 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
59 |
"""
|
60 |
+
# demo = gr.ChatInterface(respond)
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
if __name__ == "__main__":
|