Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,4 +90,4 @@ with gr.Blocks(css=css) as demo:
|
|
90 |
msg.submit(respond, [msg, chatbot], [msg, chatbot, context])
|
91 |
|
92 |
|
93 |
-
demo.launch(debug=True
|
|
|
90 |
msg.submit(respond, [msg, chatbot], [msg, chatbot, context])
|
91 |
|
92 |
|
93 |
+
demo.launch(debug=True)
|