laxsvips commited on
Commit
f3614da
1 Parent(s): 46fe8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ out_audio = gradio.Audio(
23
  elem_id="out_audio"
24
  )
25
 
26
- input_text = gr.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!",
 
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!",