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