Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ms180
/
espnet_onnx_demo
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f7c248
espnet_onnx_demo
/
start.py
ms180
initial commit
493fbf6
almost 2 years 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
)