Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -894,5 +894,5 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
894 |
)
|
895 |
'''
|
896 |
|
897 |
-
|
898 |
-
demo.launch(
|
|
|
894 |
)
|
895 |
'''
|
896 |
|
897 |
+
demo.queue()
|
898 |
+
demo.launch()
|