tercer comiit
Browse files
app.py
CHANGED
|
@@ -19,6 +19,6 @@ def transcribe(audio):
|
|
| 19 |
# Interface Set-Up
|
| 20 |
gr.Interface(
|
| 21 |
fn=transcribe,
|
| 22 |
-
inputs=[gr.Audio(
|
| 23 |
outputs=["textbox"]
|
| 24 |
).launch()
|
|
|
|
| 19 |
# Interface Set-Up
|
| 20 |
gr.Interface(
|
| 21 |
fn=transcribe,
|
| 22 |
+
inputs=[gr.Audio(sources=["microphone"], type="filepath")],
|
| 23 |
outputs=["textbox"]
|
| 24 |
).launch()
|