Update app.py
Browse files
app.py
CHANGED
|
@@ -262,7 +262,7 @@ with block:
|
|
| 262 |
buttonV = gr.Button(" ")
|
| 263 |
buttonV.click(buttonValues, inputs=[], outputs=[])
|
| 264 |
|
| 265 |
-
btn.click(inference, inputs=[audio], outputs=[text
|
| 266 |
|
| 267 |
gr.HTML('''
|
| 268 |
<div class="footer">
|
|
|
|
| 262 |
buttonV = gr.Button(" ")
|
| 263 |
buttonV.click(buttonValues, inputs=[], outputs=[])
|
| 264 |
|
| 265 |
+
btn.click(inference, inputs=[audio], outputs=[text])
|
| 266 |
|
| 267 |
gr.HTML('''
|
| 268 |
<div class="footer">
|