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...
867211a
Vietnamese_Text-to-Speech
/
app.py
KyS
Update app.py
867211a
over 1 year ago
raw
Copy download link
history
blame
Safe
175 Bytes
import
gradio
as
gr
import
os
my_hf_token = os.environ[
'Token'
]
my_path = os.environ[
'Address'
]
demo = gr.load(name=my_path, src=
"spaces"
, hf_token=my_hf_token)
demo.launch()