Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpenSound
/
CapSpeech-TTS
like
80
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
03029a1
CapSpeech-TTS
/
capspeech
/
eval
/
utmos_eval.py
OpenSound
Upload 518 files
dd9600d
verified
16 days ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
utmosv2
model = utmosv2.create_model(pretrained=
True
)
mos = model.predict(input_path=
"your-audio-path"
)
print
(mos)