Spaces:
Running
on
Zero
Running
on
Zero
alakxender
commited on
Commit
·
0f67039
1
Parent(s):
654c129
app.py
CHANGED
@@ -46,7 +46,7 @@ demo = gr.Blocks(css=custom_css)
|
|
46 |
file_transcribe = gr.Interface(
|
47 |
fn=transcribe,
|
48 |
inputs=[
|
49 |
-
gr.Audio(
|
50 |
],
|
51 |
outputs= gr.Textbox(
|
52 |
label="",
|
|
|
46 |
file_transcribe = gr.Interface(
|
47 |
fn=transcribe,
|
48 |
inputs=[
|
49 |
+
gr.Audio(type="filepath", label="Audio file"),
|
50 |
],
|
51 |
outputs= gr.Textbox(
|
52 |
label="",
|