Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ with gr.Blocks() as demo:
|
|
52 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
53 |
|
54 |
demo.queue(concurrency_count=3)
|
55 |
-
demo.launch(
|
|
|
52 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
53 |
|
54 |
demo.queue(concurrency_count=3)
|
55 |
+
demo.launch()
|