Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tiezhen-test
/
markdown-translator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
64c32b0
markdown-translator
/
app.py
xianbao
HF staff
Update app.py
64c32b0
verified
7 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
)