Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -764,7 +764,7 @@ if __name__ == "__main__":
|
|
| 764 |
app.launch(
|
| 765 |
server_name=args.host,
|
| 766 |
server_port=args.port,
|
| 767 |
-
share=
|
| 768 |
debug=args.debug
|
| 769 |
)
|
| 770 |
|
|
|
|
| 764 |
app.launch(
|
| 765 |
server_name=args.host,
|
| 766 |
server_port=args.port,
|
| 767 |
+
share=True, # Required for Hugging Face Spaces
|
| 768 |
debug=args.debug
|
| 769 |
)
|
| 770 |
|