freeja commited on
Commit
51af9a6
1 Parent(s): 6dc7423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ youtube_func = gr.Interface(
42
  fn = transcribe_video,
43
  inputs = "text",
44
  outputs = "text",
45
- title = "Whisper Small Swedish",,
46
  description = "Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model",
47
  )
48
 
 
42
  fn = transcribe_video,
43
  inputs = "text",
44
  outputs = "text",
45
+ title = "Whisper Small Swedish",
46
  description = "Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model",
47
  )
48