Spaces:
Sleeping
Sleeping
Commit
·
1bfa778
1
Parent(s):
c227f48
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def transcribe(audio_data):
|
|
20 |
# Create the Gradio interface
|
21 |
iface = gr.Interface(
|
22 |
fn=transcribe,
|
23 |
-
inputs=gr.Audio(
|
24 |
outputs="text"
|
25 |
)
|
26 |
|
|
|
20 |
# Create the Gradio interface
|
21 |
iface = gr.Interface(
|
22 |
fn=transcribe,
|
23 |
+
inputs=gr.Audio(type="file", label="Record or Upload Audio"),
|
24 |
outputs="text"
|
25 |
)
|
26 |
|