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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ video_transcription = gr.Interface(
54
  inputs = "text",
55
  outputs = "text",
56
  title = "Whisper Small Swedish",
57
- description = "Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model"",
58
  )
59
 
60
  audio_transcription = gr.Interface(
 
54
  inputs = "text",
55
  outputs = "text",
56
  title = "Whisper Small Swedish",
57
+ description = "Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model",
58
  )
59
 
60
  audio_transcription = gr.Interface(