Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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?",
|
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 |
)
|