RASMUS commited on
Commit
17009c0
1 Parent(s): f033d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -474,11 +474,12 @@ with demo:
474
  with gr.Column():
475
  gr.Markdown('''
476
  ### This space allows you to:
477
- ##### 1. Download youtube video with a given URL
478
- ##### 2. Watch it in the first video component
479
- ##### 3. Run automatic speech recognition on the video using Whisper
480
- ##### 4. Translate the recognized transcriptions to 26 languages supported by deepL
481
- ##### 5. Burn the translations to the original video and watch the video in the 2nd video component
 
482
  ''')
483
 
484
  with gr.Column():
 
474
  with gr.Column():
475
  gr.Markdown('''
476
  ### This space allows you to:
477
+ #### 1. Download youtube video with a given url
478
+ #### 2. Watch it in the first video component
479
+ #### 3. Run automatic speech recognition on the video using fast Whisper models
480
+ #### 4. Translate the recognized transcriptions to 26 languages supported by deepL
481
+ #### 5. Download generated subtitles in .vtt and .srt formats
482
+ #### 6. Watch the the original video with generated subtitles
483
  ''')
484
 
485
  with gr.Column():