Spaces:
Sleeping
Sleeping
Another idea
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def main():
|
|
69 |
# Configuration for production (HuggingFace)
|
70 |
launch_kwargs = {
|
71 |
"debug": True,
|
72 |
-
"share":
|
73 |
# No server_name or server_port for HuggingFace deployment
|
74 |
}
|
75 |
|
|
|
69 |
# Configuration for production (HuggingFace)
|
70 |
launch_kwargs = {
|
71 |
"debug": True,
|
72 |
+
"share": True
|
73 |
# No server_name or server_port for HuggingFace deployment
|
74 |
}
|
75 |
|