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...
54a30e5
espnet_onnx_demo
/
start.py
ms180
initial commit
493fbf6
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
)