Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -282,5 +282,5 @@ with gr.Blocks() as demo:
|
|
282 |
outputs=[result_gif],
|
283 |
)
|
284 |
|
285 |
-
|
286 |
-
|
|
|
282 |
outputs=[result_gif],
|
283 |
)
|
284 |
|
285 |
+
demo.queue()
|
286 |
+
demo.launch()
|