Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -347,6 +347,7 @@ with gr.Blocks(css=css, title="Time Stream") as demo: # remove show_api=False
|
|
347 |
concurrency_limit=None
|
348 |
)
|
349 |
|
350 |
-
|
351 |
-
|
352 |
-
|
|
|
|
347 |
concurrency_limit=None
|
348 |
)
|
349 |
|
350 |
+
demo.launch(
|
351 |
+
server_name="0.0.0.0",
|
352 |
+
server_port=7860
|
353 |
+
)
|