fdaudens HF Staff commited on
Commit
3c3337a
·
verified ·
1 Parent(s): 2286fa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks(title="AudioRAG Demo") as demo:
211
 
212
  gr.Examples(
213
  examples=[
214
- ["test.m4a", "Who's the guest of the podcast?", 426],
215
  ],
216
  inputs=[audio_input, query_input, chunk_length]
217
  )
 
211
 
212
  gr.Examples(
213
  examples=[
214
+ ["test.m4a", "Who's the guest of the podcast?", 30],
215
  ],
216
  inputs=[audio_input, query_input, chunk_length]
217
  )