ollieollie commited on
Commit
375176e
·
verified ·
1 Parent(s): 1c370d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(title="Chatterbox Turbo") as demo:
127
  sources=["upload", "microphone"],
128
  type="filepath",
129
  label="Reference Audio File",
130
- value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/Ethan.wav",
131
  )
132
 
133
  run_btn = gr.Button("Generate ⚡", variant="primary")
 
127
  sources=["upload", "microphone"],
128
  type="filepath",
129
  label="Reference Audio File",
130
+ value="https://storage.googleapis.com/chatterbox-demo-samples/turbo/2.wav",
131
  )
132
 
133
  run_btn = gr.Button("Generate ⚡", variant="primary")