Update app.py
Browse files
app.py
CHANGED
|
@@ -474,11 +474,12 @@ with demo:
|
|
| 474 |
with gr.Column():
|
| 475 |
gr.Markdown('''
|
| 476 |
### This space allows you to:
|
| 477 |
-
####
|
| 478 |
-
####
|
| 479 |
-
####
|
| 480 |
-
####
|
| 481 |
-
####
|
|
|
|
| 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():
|