Commit
·
d3c3317
1
Parent(s):
a088775
Correction
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def transcribe(inputs, task):
|
|
15 |
|
16 |
interface = gr.Interface(
|
17 |
fn=transcribe,
|
18 |
-
inputs=gr.Audio(sources=["
|
19 |
outputs="text",
|
20 |
title="Whisper Large V3: Transcribe Audio",
|
21 |
description=(
|
|
|
15 |
|
16 |
interface = gr.Interface(
|
17 |
fn=transcribe,
|
18 |
+
inputs=gr.Audio(sources=["upload"],type="filepath"),
|
19 |
outputs="text",
|
20 |
title="Whisper Large V3: Transcribe Audio",
|
21 |
description=(
|