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:
clone3
/
FastGUI
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FastGUI
/
app.py
clone3
Upload 114 files
e3900a5
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
import
subprocess
print
(
"Starting FastSD CPU please wait..."
)
subprocess.run([
"python3"
,
"src/app.py"
,
"--webui"
,
"--port"
,
"7860"
])