Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ with gr.Blocks() as demo:
|
|
45 |
with gr.Tab("Real Time Speech Recognition"):
|
46 |
with gr.Row():
|
47 |
transcribe,
|
48 |
-
|
49 |
-
|
50 |
|
51 |
|
52 |
demo.launch()
|
|
|
45 |
with gr.Tab("Real Time Speech Recognition"):
|
46 |
with gr.Row():
|
47 |
transcribe,
|
48 |
+
gr.Audio(sources=["microphone"]),
|
49 |
+
"text",
|
50 |
|
51 |
|
52 |
demo.launch()
|