Spaces:
Running
on
Zero
Running
on
Zero
queue
Browse files- __pycache__/utils.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/utils.cpython-310.pyc
CHANGED
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -714,4 +714,4 @@ with gr.Blocks(css=CSS, theme=gr.themes.Soft()) as demo:
|
|
714 |
type="messages"
|
715 |
)
|
716 |
|
717 |
-
demo.queue(
|
|
|
714 |
type="messages"
|
715 |
)
|
716 |
|
717 |
+
demo.queue().launch()
|