Spaces:
Runtime error
Runtime error
Commit
·
80bfba9
1
Parent(s):
5888ea1
Update app.py
Browse files
app.py
CHANGED
@@ -68,5 +68,7 @@ with gr.Blocks() as demo:
|
|
68 |
""")
|
69 |
with gr.Row(visible=False):
|
70 |
interface.render()
|
|
|
|
|
71 |
|
72 |
demo.queue(concurrency_count=100).launch()
|
|
|
68 |
""")
|
69 |
with gr.Row(visible=False):
|
70 |
interface.render()
|
71 |
+
|
72 |
+
demo.config["mode"] = "chat_interface"
|
73 |
|
74 |
demo.queue(concurrency_count=100).launch()
|