khalidey commited on
Commit
6f05311
1 Parent(s): c7c14f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def generateText(audio):
19
  iface = gr.Interface(
20
  fn=generateText,
21
  inputs=gr.Audio(source="microphone", type="filepath"),
22
- outputs=['text', 'generated_text'],
23
  title="Whisper Small Swedish",
24
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
25
  )
 
19
  iface = gr.Interface(
20
  fn=generateText,
21
  inputs=gr.Audio(source="microphone", type="filepath"),
22
+ outputs=['text', 'text'],
23
  title="Whisper Small Swedish",
24
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
25
  )