Spaces:
Running
on
Zero
Running
on
Zero
Update src/app.py
Browse files- src/app.py +1 -3
src/app.py
CHANGED
@@ -327,6 +327,4 @@ with gr.Blocks() as demo:
|
|
327 |
cache_examples=True,
|
328 |
)
|
329 |
|
330 |
-
|
331 |
-
demo.queue(max_size=30, api_open=False)
|
332 |
-
demo.launch(show_api=False)
|
|
|
327 |
cache_examples=True,
|
328 |
)
|
329 |
|
330 |
+
demo.launch(share=False)
|
|
|
|