Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sugiv
/
LeetMonkey-8bit-GGUF-Inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sugiv
commited on
Sep 9, 2024
Commit
55d59b7
·
1 Parent(s):
8fc1136
Enabling share and CORS support
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -217,4 +217,4 @@ demo = gr.TabbedInterface(
217
)
218
219
if __name__ == "__main__":
220
-
demo.launch()
217
)
218
219
if __name__ == "__main__":
220
+
demo.launch(
share=True, server_name="0.0.0.0", server_port=7860, enable_cors=True
)