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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ transcribe_func = gr.Interface(
53
  gr.Dropdown(["English","Spanish","Dutch","French","Italian"], value="English", label="Translate to ")
54
  ],
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
 
 
53
  gr.Dropdown(["English","Spanish","Dutch","French","Italian"], value="English", label="Translate to ")
54
  ],
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