Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ gr.Interface(
|
|
28 |
title = 'OpenAI Whisper ASR Gradio Web UI',
|
29 |
fn=transcribe,
|
30 |
inputs=[
|
31 |
-
gr.inputs.Audio(source="microphone",
|
32 |
],
|
33 |
outputs=[
|
34 |
"textbox"
|
|
|
28 |
title = 'OpenAI Whisper ASR Gradio Web UI',
|
29 |
fn=transcribe,
|
30 |
inputs=[
|
31 |
+
gr.inputs.Audio(type="filepath")#source="microphone",
|
32 |
],
|
33 |
outputs=[
|
34 |
"textbox"
|