Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,4 +86,4 @@ def build_app():
|
|
| 86 |
|
| 87 |
if __name__ == "__main__":
|
| 88 |
app = build_app()
|
| 89 |
-
app.launch(share=
|
|
|
|
| 86 |
|
| 87 |
if __name__ == "__main__":
|
| 88 |
app = build_app()
|
| 89 |
+
app.launch(share=True, server_name="127.0.0.1", server_port=7860)
|