Yasaman commited on
Commit
e32bd88
·
1 Parent(s): 71cf019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  gr.Audio(source="upload", type="filepath", interactive=True),
36
  gr.Text(label="URL (YouTube, etc.)")],
37
  outputs="text",
38
- title="Whisper Small Swedish",
39
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
40
  )
41
 
 
35
  gr.Audio(source="upload", type="filepath", interactive=True),
36
  gr.Text(label="URL (YouTube, etc.)")],
37
  outputs="text",
38
+ title="Whisper Small Persian",
39
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
40
  )
41