antonbn commited on
Commit
ece4569
1 Parent(s): 9a6dc65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
18
  inputs=gr.Textbox(label="Enter a YouTube URL:"),
19
  outputs="text",
20
  title="Whisper Small SE",
21
- description="Transcribe swedish videos",
22
  )
23
 
24
  iface.launch()
 
18
  inputs=gr.Textbox(label="Enter a YouTube URL:"),
19
  outputs="text",
20
  title="Whisper Small SE",
21
+ description="Transcribe swedish videos from YouTube",
22
  )
23
 
24
  iface.launch()