ollieollie commited on
Commit
83a5cd3
·
verified ·
1 Parent(s): 1ba3b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
24
  with gr.Row():
25
  with gr.Column():
26
  text = gr.Textbox(value="I know what you're thinking. \"Did he fire six shots, or only five?\" Well, to tell you the truth, in all this excitement, I kind of lost track myself.", label="Text to synthesize")
27
- ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/male_rickmorty.mp3")
28
  exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
29
 
30
  run_btn = gr.Button("Generate", variant="primary")
 
24
  with gr.Row():
25
  with gr.Column():
26
  text = gr.Textbox(value="I know what you're thinking. \"Did he fire six shots, or only five?\" Well, to tell you the truth, in all this excitement, I kind of lost track myself.", label="Text to synthesize")
27
+ ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/male_stewie.mp3")
28
  exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
29
 
30
  run_btn = gr.Button("Generate", variant="primary")