freeja commited on
Commit
5ea0c83
1 Parent(s): bb7f34f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ audio_transcription = gr.Interface(
65
  ],
66
  outputs="text",
67
  title="Whisper Small Swedish",
68
- description="Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model"",
69
  )
70
 
71
  iface = gr.TabbedInterface([audio_transcription, video_transcription], ["Transcribe Audio", "Transcribe Video"])
 
65
  ],
66
  outputs="text",
67
  title="Whisper Small Swedish",
68
+ description="Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model",
69
  )
70
 
71
  iface = gr.TabbedInterface([audio_transcription, video_transcription], ["Transcribe Audio", "Transcribe Video"])