Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lewiskimaru/helloworld
kamau1
/
sematranslator
like
1
Running
App
Files
Files
Community
b20ae17
sematranslator
/
main.py
kamau1
Upload folder using huggingface_hub
bcfd8ed
verified
12 months 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
)