Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -669,7 +669,7 @@ custom_placeholder = "Ask a question (Note: You can toggle between Web Search an
|
|
669 |
asr_interface = gr.Interface(
|
670 |
fn=transcribe,
|
671 |
inputs=[
|
672 |
-
gr.Audio(sources="microphone", type="filepath"
|
673 |
],
|
674 |
outputs="text",
|
675 |
title="Speech to Text",
|
|
|
669 |
asr_interface = gr.Interface(
|
670 |
fn=transcribe,
|
671 |
inputs=[
|
672 |
+
gr.Audio(sources="microphone", type="filepath")
|
673 |
],
|
674 |
outputs="text",
|
675 |
title="Speech to Text",
|