Spaces:
Sleeping
Sleeping
reasonwang
commited on
Commit
·
43fd32c
1
Parent(s):
f661a7e
Add port
Browse files- __pycache__/utils.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/utils.cpython-310.pyc
ADDED
Binary file (730 Bytes). View file
|
|
app.py
CHANGED
@@ -291,4 +291,4 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
291 |
|
292 |
|
293 |
if __name__ == "__main__":
|
294 |
-
demo.launch(server_port=7860)
|
|
|
291 |
|
292 |
|
293 |
if __name__ == "__main__":
|
294 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|