Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
6e91234
1
Parent(s):
fc4914b
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ demo = gr.Blocks()
|
|
58 |
mf_transcribe = gr.Interface(
|
59 |
fn=transcribe,
|
60 |
inputs=[
|
61 |
-
gr.inputs.Audio(source="upload", type="filepath"
|
62 |
gr.Checkbox(label="With timestamps?", value=True),
|
63 |
],
|
64 |
outputs="text",
|
|
|
58 |
mf_transcribe = gr.Interface(
|
59 |
fn=transcribe,
|
60 |
inputs=[
|
61 |
+
gr.inputs.Audio(source="upload", type="filepath"),
|
62 |
gr.Checkbox(label="With timestamps?", value=True),
|
63 |
],
|
64 |
outputs="text",
|