Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def transcribe(audio):
|
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
fn=transcribe,
|
13 |
-
inputs=gr.Video(
|
14 |
inputs=inputs.audio
|
15 |
outputs="text",
|
16 |
title="Whisper Small Hindi",
|
|
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
fn=transcribe,
|
13 |
+
inputs=gr.Video(),
|
14 |
inputs=inputs.audio
|
15 |
outputs="text",
|
16 |
title="Whisper Small Hindi",
|