Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with block:
|
|
152 |
|
153 |
|
154 |
|
155 |
-
btn.click(
|
156 |
|
157 |
gr.HTML('''
|
158 |
<div class="footer">
|
|
|
152 |
|
153 |
|
154 |
|
155 |
+
btn.click(transcription, inputs=[audio], outputs=[text])
|
156 |
|
157 |
gr.HTML('''
|
158 |
<div class="footer">
|