JohnsonManuel commited on
Commit
d3c3317
·
1 Parent(s): a088775

Correction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def transcribe(inputs, task):
15
 
16
  interface = gr.Interface(
17
  fn=transcribe,
18
- inputs=gr.Audio(sources=["microphone"],type="filepath"),
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=(