Spaces:
Paused
Paused
Upload smolbuilder.py with huggingface_hub
Browse files- smolbuilder.py +2 -1
smolbuilder.py
CHANGED
|
@@ -366,4 +366,5 @@ if __name__ == "__main__":
|
|
| 366 |
host = os.environ.get("SMOLBUILDER_HOST", "127.0.0.1")
|
| 367 |
os.environ["GRADIO_SERVER_PORT"] = os.environ.get("SMOLBUILDER_PORT", "7861")
|
| 368 |
os.environ["GRADIO_SERVER_NAME"] = host
|
| 369 |
-
build().queue().launch(server_name=host, server_port=None, show_api=False
|
|
|
|
|
|
| 366 |
host = os.environ.get("SMOLBUILDER_HOST", "127.0.0.1")
|
| 367 |
os.environ["GRADIO_SERVER_PORT"] = os.environ.get("SMOLBUILDER_PORT", "7861")
|
| 368 |
os.environ["GRADIO_SERVER_NAME"] = host
|
| 369 |
+
build().queue().launch(server_name=host, server_port=None, show_api=False,
|
| 370 |
+
ssr_mode=False)
|