fix share bug
Browse files
app.py
CHANGED
@@ -222,4 +222,4 @@ with gr.Blocks(scale=4) as demo:
|
|
222 |
modality_cache
|
223 |
], show_progress=True)
|
224 |
|
225 |
-
demo.queue().launch(
|
|
|
222 |
modality_cache
|
223 |
], show_progress=True)
|
224 |
|
225 |
+
demo.queue().launch(enable_queue=True)
|