coraKong commited on
Commit
f41fe5e
1 Parent(s): f4306a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,11 +68,11 @@ with gr.Blocks() as demo:
68
  with gr.Column():
69
  text_input = gr.Textbox(label="Input the text", value="", max_lines=3)
70
  lan_input = gr.Radio(label="Language", choices=["en", "fr-fr", "pt-br", "zh-CN", "de", "es"], value="en")
 
71
  radio = gr.Radio(["mic", "file"], value="mic",
72
  label="How would you like to upload your audio?")
73
  audio_input_mic = gr.Audio(label="Voice to clone", source="microphone", type="filepath", visible=True)
74
  audio_input_file = gr.Audio(label="Voice to clone", type="filepath", visible=False)
75
- gr.Markdown(warming_text)
76
 
77
  with gr.Row():
78
  with gr.Column():
 
68
  with gr.Column():
69
  text_input = gr.Textbox(label="Input the text", value="", max_lines=3)
70
  lan_input = gr.Radio(label="Language", choices=["en", "fr-fr", "pt-br", "zh-CN", "de", "es"], value="en")
71
+ gr.Markdown(warming_text)
72
  radio = gr.Radio(["mic", "file"], value="mic",
73
  label="How would you like to upload your audio?")
74
  audio_input_mic = gr.Audio(label="Voice to clone", source="microphone", type="filepath", visible=True)
75
  audio_input_file = gr.Audio(label="Voice to clone", type="filepath", visible=False)
 
76
 
77
  with gr.Row():
78
  with gr.Column():