Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,7 @@ demo = gr.Interface(
|
|
60 |
fn=transcribe,
|
61 |
inputs=[
|
62 |
#gr.Audio(label="Audio", type="filepath"),
|
63 |
-
|
64 |
-
gr.Audio(sources=["microphone"], type="filepath", label="Record from microphone"),
|
65 |
gr.Checkbox(label="Return timestamps"),
|
66 |
],
|
67 |
outputs=gr.Textbox(show_copy_button=True, label="Text"),
|
|
|
60 |
fn=transcribe,
|
61 |
inputs=[
|
62 |
#gr.Audio(label="Audio", type="filepath"),
|
63 |
+
gr.Audio(sources=["upload", "microphone"], type="filepath"),
|
|
|
64 |
gr.Checkbox(label="Return timestamps"),
|
65 |
],
|
66 |
outputs=gr.Textbox(show_copy_button=True, label="Text"),
|