Hilley commited on
Commit
c6ad5e3
·
verified ·
1 Parent(s): 55f0e01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks() as demo:
203
 
204
  default_text = "Today a man knocked on my door and asked for a small donation toward the local swimming pool. I gave him a glass of water."
205
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
206
- voice_ref = gr.Audio(label="Reference Audio", info="Click on the ✎ button to upload your own target speaker audio", type="filepath", value="base_audio.mp3")
207
 
208
  with gr.Tab("💕Super Natural"):
209
  default_refine_text = "[oral_2][laugh_0][break_6]"
 
203
 
204
  default_text = "Today a man knocked on my door and asked for a small donation toward the local swimming pool. I gave him a glass of water."
205
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
206
+ voice_ref = gr.Audio(label="Reference Audio", type="filepath", value="base_audio.mp3")
207
 
208
  with gr.Tab("💕Super Natural"):
209
  default_refine_text = "[oral_2][laugh_0][break_6]"