Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ with iface:
|
|
212 |
''')
|
213 |
transcribe_btn.click(
|
214 |
fn=transcribe,
|
215 |
-
inputs=[upload] # microphone
|
216 |
outputs=[text_output, system_info]
|
217 |
)
|
218 |
|
|
|
212 |
''')
|
213 |
transcribe_btn.click(
|
214 |
fn=transcribe,
|
215 |
+
inputs=[upload], # microphone
|
216 |
outputs=[text_output, system_info]
|
217 |
)
|
218 |
|