Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
76d9c6d
1
Parent(s):
8025f91
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()
|