Spaces:
Running
Running
Update gui.py
Browse files
gui.py
CHANGED
|
@@ -595,7 +595,7 @@ if __name__ == "__main__":
|
|
| 595 |
app = create_interface()
|
| 596 |
try:
|
| 597 |
# For Hugging Face Spaces or local testing
|
| 598 |
-
app.launch(server_name="0.0.0.0", server_port=args.port, share=
|
| 599 |
except Exception as e:
|
| 600 |
logger.error(f"Failed to launch app: {e}")
|
| 601 |
raise
|
|
|
|
| 595 |
app = create_interface()
|
| 596 |
try:
|
| 597 |
# For Hugging Face Spaces or local testing
|
| 598 |
+
app.launch(server_name="0.0.0.0", server_port=args.port, share=True)
|
| 599 |
except Exception as e:
|
| 600 |
logger.error(f"Failed to launch app: {e}")
|
| 601 |
raise
|