Update app.py
Browse files
app.py
CHANGED
@@ -699,7 +699,7 @@ if __name__ == "__main__":
|
|
699 |
app.launch(
|
700 |
server_name="0.0.0.0",
|
701 |
server_port=port,
|
702 |
-
share=
|
703 |
)
|
704 |
except Exception as e:
|
705 |
print(f"🔥 Server failed to start: {str(e)}")
|
|
|
699 |
app.launch(
|
700 |
server_name="0.0.0.0",
|
701 |
server_port=port,
|
702 |
+
share=True
|
703 |
)
|
704 |
except Exception as e:
|
705 |
print(f"🔥 Server failed to start: {str(e)}")
|