Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
elevenlabs/tts
thesab
/
ElevenLabDemo
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thesab
commited on
Feb 14
Commit
7ad246b
·
verified
·
1 Parent(s):
b398927
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,7 +70,7 @@ with gr.Blocks() as block:
70
)
71
72
run_button = gr.Button(
73
-
text
="Generate Voice",
74
type="button"
75
)
76
70
)
71
72
run_button = gr.Button(
73
+
value
="Generate Voice",
74
type="button"
75
)
76