Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataStudio
/
Vietnamese_Text-to-Speech
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d38a367
Vietnamese_Text-to-Speech
/
app.py
KyS
Create app.py
d38a367
over 1 year ago
raw
Copy download link
history
blame
Safe
146 Bytes
import
gradio
as
gr
my_hf_token = os.environ[
'Token'
]
demo = gr.load(name=
"DataStudio/SpeechT5"
, src=
"spaces"
, hf_token=my_hf_token)
demo.launch()