Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
ancztxi2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ancztxi2
/
app.py
Geek7
Update app.py
31a41b2
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
import
gradio
as
gr
demo = gr.load(
"speechbrain/mtl-mimic-voicebank"
, src=
"models"
)
demo.launch()