Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
|
@@ -886,5 +886,5 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
| 886 |
)
|
| 887 |
'''
|
| 888 |
|
| 889 |
-
demo.queue(
|
| 890 |
-
demo.launch()
|
|
|
|
| 886 |
)
|
| 887 |
'''
|
| 888 |
|
| 889 |
+
demo.queue()
|
| 890 |
+
demo.launch(max_threads=20)
|