Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lewiskimaru/helloworld
jikoni
/
tmodel
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b20ae17
tmodel
/
main.py
kamau1
Upload folder using huggingface_hub
bcfd8ed
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
subprocess
subprocess.run(
"uvicorn modules.app:app --host 0.0.0.0 --port 7860"
, shell=
True
)