Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lterriel
/
kami-app
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
92da9af
kami-app
/
app.py
lterriel
new structure
92da9af
over 2 years ago
raw
Copy download link
history
blame
81 Bytes
import
subprocess
subprocess.Popen(
"python wsgi.py"
, shell=
True
).communicate()