Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,6 +154,5 @@ with gr.Blocks(css=css) as demo:
|
|
| 154 |
cache_examples=True,
|
| 155 |
elem_id="gr-examples"
|
| 156 |
)
|
| 157 |
-
gr.Interface.queue(api_open=True)
|
| 158 |
|
| 159 |
-
demo.queue().launch()
|
|
|
|
| 154 |
cache_examples=True,
|
| 155 |
elem_id="gr-examples"
|
| 156 |
)
|
|
|
|
| 157 |
|
| 158 |
+
demo.queue(api_open=True).launch()
|