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...
KyS
commited on
Sep 28, 2023
Commit
d38a367
·
1 Parent(s):
034ad87
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
my_hf_token = os.environ['Token']
3
+
demo = gr.load(name="DataStudio/SpeechT5", src="spaces", hf_token=my_hf_token)
4
+
demo.launch()