Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prince573
/
microsoft-speecht5_tts
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
76f839c
microsoft-speecht5_tts
/
app.py
Prince573
initial commit
76f839c
over 1 year ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/speecht5_tts"
).launch()