Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -639,7 +639,7 @@ def main():
|
|
| 639 |
|
| 640 |
# Create and launch the UI
|
| 641 |
demo = create_ui()
|
| 642 |
-
demo.launch(server_name=args.host, server_port=args.port)
|
| 643 |
|
| 644 |
|
| 645 |
if __name__ == "__main__":
|
|
|
|
| 639 |
|
| 640 |
# Create and launch the UI
|
| 641 |
demo = create_ui()
|
| 642 |
+
demo.launch(server_name=args.host, server_port=args.port, debug=True, share=True)
|
| 643 |
|
| 644 |
|
| 645 |
if __name__ == "__main__":
|