Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ gr.Interface(
|
|
| 26 |
title = 'OpenAI-Whisper Audio to Text Web UI',
|
| 27 |
fn=transcribe,
|
| 28 |
inputs=[
|
| 29 |
-
gr.
|
| 30 |
],
|
| 31 |
outputs=[
|
| 32 |
"textbox"
|
|
|
|
| 26 |
title = 'OpenAI-Whisper Audio to Text Web UI',
|
| 27 |
fn=transcribe,
|
| 28 |
inputs=[
|
| 29 |
+
gr.Audio(source="microphone", type="filepath")
|
| 30 |
],
|
| 31 |
outputs=[
|
| 32 |
"textbox"
|