Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks() as app:
|
|
317 |
# Launch the app
|
318 |
app.queue(default_concurrency_limit=20).launch(
|
319 |
show_api=False,
|
320 |
-
share=False
|
321 |
server_name="0.0.0.0",
|
322 |
server_port=8000
|
323 |
)
|
|
|
317 |
# Launch the app
|
318 |
app.queue(default_concurrency_limit=20).launch(
|
319 |
show_api=False,
|
320 |
+
share=False,
|
321 |
server_name="0.0.0.0",
|
322 |
server_port=8000
|
323 |
)
|