Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -558,8 +558,5 @@ def create_nexus_interface():
|
|
558 |
if __name__ == "__main__":
|
559 |
app = create_nexus_interface()
|
560 |
app.launch(
|
561 |
-
|
562 |
-
server_port=7860,
|
563 |
-
share=True,
|
564 |
-
debug=True
|
565 |
)
|
|
|
558 |
if __name__ == "__main__":
|
559 |
app = create_nexus_interface()
|
560 |
app.launch(
|
561 |
+
share=True
|
|
|
|
|
|
|
562 |
)
|