evalstate HF Staff commited on
Commit
edb867f
·
verified ·
1 Parent(s): 06d9773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -114,6 +114,7 @@ with gr.Blocks() as demo:
114
  sources=["upload", "microphone"],
115
  type="filepath",
116
  label="Reference Audio File (Optional)",
 
117
  value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
118
  )
119
  exaggeration = gr.Slider(
 
114
  sources=["upload", "microphone"],
115
  type="filepath",
116
  label="Reference Audio File (Optional)",
117
+ format="mp3",
118
  value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
119
  )
120
  exaggeration = gr.Slider(