Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
lemonteaa
/
fastsdcpu-test
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lemonteaa
commited on
Dec 1, 2023
Commit
dafa8cb
·
1 Parent(s):
d38ff54
Create launch.py
Browse files
Files changed (1)
hide
show
launch.py
+4
-0
launch.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from frontend.webui.ui import get_web_ui
2
+
3
+
webui = get_web_ui()
4
+
webui.launch(server_name="0.0.0.0", server_port=7860)