Spaces:
Runtime error
Runtime error
filipzawadka
commited on
Commit
•
3056263
1
Parent(s):
37a28fb
test
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def transcribe(audio):
|
|
13 |
|
14 |
demo = gr.Interface(
|
15 |
fn=transcribe,
|
16 |
-
inputs=gr.
|
17 |
outputs="text",
|
18 |
)
|
19 |
|
|
|
13 |
|
14 |
demo = gr.Interface(
|
15 |
fn=transcribe,
|
16 |
+
inputs=gr.Audio(type="filepath")
|
17 |
outputs="text",
|
18 |
)
|
19 |
|