Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ with demo:
|
|
| 139 |
label=f'Top-{top_k} Cross-Encoder Re-ranker hits', wrap=True)
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
-
examples = gr.Examples(examples=example_audio,inputs=[
|
| 143 |
|
| 144 |
|
| 145 |
sem_but = gr.Button('Search')
|
|
|
|
| 139 |
label=f'Top-{top_k} Cross-Encoder Re-ranker hits', wrap=True)
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
+
examples = gr.Examples(examples=example_audio,inputs=[audio_file])
|
| 143 |
|
| 144 |
|
| 145 |
sem_but = gr.Button('Search')
|