Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarulab-speech
/
UTMOSv2
like
8
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
UTMOSv2
/
utmosv2
/
runner
/
__init__.py
kAIto47802
Resolved conflict in README.md
b55d767
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
from
utmosv2.runner._inference
import
run_inference
from
utmosv2.runner._train
import
run_train
__all__ = [
"run_train"
,
"run_inference"
]