Vihang28 commited on
Commit
f14a85d
·
verified ·
1 Parent(s): f41d402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def clear_color(text_input, radio,error_box):
60
  with gr.Blocks(css=css) as demo:
61
  with gr.Row():
62
  with gr.Column():
63
- text_input = gr.Textbox(label="Input the text", value="", max_lines=1, lines=5)
64
  radio = gr.Radio(["mic", "file"], value="mic",
65
  label="How would you like to upload your audio?")
66
  audio_input_mic = gr.Audio(label="Voice to clone", sources="microphone", type="filepath", visible=True)
 
60
  with gr.Blocks(css=css) as demo:
61
  with gr.Row():
62
  with gr.Column():
63
+ text_input = gr.Textbox(label="Input the text", value="", max_lines=4, lines=4)
64
  radio = gr.Radio(["mic", "file"], value="mic",
65
  label="How would you like to upload your audio?")
66
  audio_input_mic = gr.Audio(label="Voice to clone", sources="microphone", type="filepath", visible=True)