Spaces:
Runtime error
Runtime error
File size: 121 Bytes
dd9600d |
1 2 3 4 |
import utmosv2
model = utmosv2.create_model(pretrained=True)
mos = model.predict(input_path="your-audio-path")
print(mos) |