fffiloni commited on
Commit
251c32a
·
1 Parent(s): 84d1725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip
12
  # —————————————————————————————————————————————————
13
 
14
  title = "Scene Edit Detection"
15
- description = "Gradio demo of PyScene scenedetect, to automatically find every shots in a video sequence, give you timecode in/out for each shot, save each shot as a splitted mp4 video chunk for you to download, then display a thumbnail for each shot as a gallery output"
 
16
 
17
  # —————————————————————————————————————————————————
18
 
 
12
  # —————————————————————————————————————————————————
13
 
14
  title = "Scene Edit Detection"
15
+ description = "Gradio demo of PySceneDetect. <br />Automatically find every shots in a video sequence:<br /> 1. gives you timecode in/out for each shot. <br /> 2. saves each shot as a splitted mp4 video chunk for you to download. <br />3. diplays a thumbnail for each shot as a gallery output"
16
+ article = "<a href='http://scenedetect.com/en/latest/' target='_blank'>PySceneDetect website</a> | <a href='https://github.com/Breakthrough/PySceneDetect' target='_blank'>Github Repo</a>"
17
 
18
  # —————————————————————————————————————————————————
19