Spaces:
Runtime error
Runtime error
Commit
·
3f8b928
1
Parent(s):
cab033c
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with block:
|
|
172 |
btn = gr.Button("Transcribe")
|
173 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
174 |
|
175 |
-
btn.click(inference, inputs=[audio], outputs=[text
|
176 |
|
177 |
gr.HTML('''
|
178 |
<div class="footer">
|
|
|
172 |
btn = gr.Button("Transcribe")
|
173 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
174 |
|
175 |
+
btn.click(inference, inputs=[audio], outputs=[text])
|
176 |
|
177 |
gr.HTML('''
|
178 |
<div class="footer">
|