ollieollie commited on
Commit
7f26581
·
verified ·
1 Parent(s): 6273840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ with gr.Blocks() as demo:
79
 
80
  with gr.Row():
81
  with gr.Column():
82
- text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
83
- ref_wav = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Reference Audio File", value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/wav7604828.wav")
84
  exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
85
  cfg_weight = gr.Slider(0.2, 1, step=.05, label="CFG/Pace", value=0.5)
86
 
 
79
 
80
  with gr.Row():
81
  with gr.Column():
82
+ text = gr.Textbox(value="Now let's make my mum's favourite. So three mars bars into the pan. Then we add the tuna and just stir for a bit, just let the chocolate and fish infuse. A sprinkle of olive oil and some tomato ketchup. Now smell that. Oh boy this is going to be incredible.", label="Text to synthesize")
83
+ ref_wav = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Reference Audio File", value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart.flac")
84
  exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
85
  cfg_weight = gr.Slider(0.2, 1, step=.05, label="CFG/Pace", value=0.5)
86