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...
a54cbbf
FaceMask
/
app.py
tejani
Update app.py
a54cbbf
verified
23 days ago
raw
Copy download link
history
blame
159 Bytes
import
sys
import
subprocess
print
(
"Starting FastSD CPU please wait..."
)
subprocess.run([python_command,
"src/app.py"
,
"--api"
,
"--port"
,
"7860"
], check=
True
)