Chrysoula commited on
Commit
375f512
·
1 Parent(s): e07a5eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def transcribe(audio):
9
 
10
  iface = gr.Interface(
11
  fn=transcribe,
12
- inputs=[gr.Audio(source="microphone", type="filepath"), gradio.File()],
13
  outputs="text",
14
  title="Whisper Small Swedish",
15
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
 
9
 
10
  iface = gr.Interface(
11
  fn=transcribe,
12
+ inputs=[gr.Audio(source="microphone", type="filepath"), gr.File()],
13
  outputs="text",
14
  title="Whisper Small Swedish",
15
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",