Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ out_audio = gradio.Audio(
|
|
23 |
elem_id="out_audio"
|
24 |
)
|
25 |
|
26 |
-
input_text =
|
27 |
label="Input Text (250 characters max)",
|
28 |
lines=2,
|
29 |
value="Hahaha OHH MY GOD! This is SOOO funny, I-I am Eleven a text-to-speech system!",
|
|
|
23 |
elem_id="out_audio"
|
24 |
)
|
25 |
|
26 |
+
input_text = gradio.Textbox(
|
27 |
label="Input Text (250 characters max)",
|
28 |
lines=2,
|
29 |
value="Hahaha OHH MY GOD! This is SOOO funny, I-I am Eleven a text-to-speech system!",
|