clementBE commited on
Commit
b75b41d
·
verified ·
1 Parent(s): c01109d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -317,7 +317,7 @@ def process(video_file):
317
 
318
  full_description = """
319
  ===========================================================
320
- Video Annotated Transcript Generator
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