Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tejani
/
FaceMask
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FaceMask
/
app.py
tejani
Update app.py
029fbe7
verified
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
import
subprocess
print
(
"Starting FastSD CPU please wait..."
)
subprocess.run([
"python3"
,
"src/app.py"
,
"--api"
,
"--port"
,
"7860"
])