fffiloni commited on
Commit
4308b33
1 Parent(s): 899baa8

Update app.py

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