Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ def process(video_file):
|
|
| 317 |
|
| 318 |
full_description = """
|
| 319 |
===========================================================
|
| 320 |
-
|
| 321 |
===========================================================
|
| 322 |
|
| 323 |
This application processes a video file and produces:
|
|
@@ -367,6 +367,7 @@ Steps:
|
|
| 367 |
5. Save the video to your computer.
|
| 368 |
|
| 369 |
6. Upload that file into this Gradio app.
|
|
|
|
| 370 |
===========================================================
|
| 371 |
"""
|
| 372 |
|
|
|
|
| 317 |
|
| 318 |
full_description = """
|
| 319 |
===========================================================
|
| 320 |
+
Video Annotated Transcript Generator
|
| 321 |
===========================================================
|
| 322 |
|
| 323 |
This application processes a video file and produces:
|
|
|
|
| 367 |
5. Save the video to your computer.
|
| 368 |
|
| 369 |
6. Upload that file into this Gradio app.
|
| 370 |
+
|
| 371 |
===========================================================
|
| 372 |
"""
|
| 373 |
|