Ahsen Khaliq commited on
Commit
55c1c58
·
1 Parent(s): 6443cc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def inference(video):
31
  return 'com.mp4',"pha.mp4","fgr.mp4"
32
 
33
  title = "Robust Video Matting"
34
- description = "Gradio demo for Robust Video Matting. To use it, simply upload your video, currently only mp4 and ogg formats are supported. Video should be at least 5 seconds long. Read more at the links below."
35
 
36
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.11515'>Robust High-Resolution Video Matting with Temporal Guidance</a> | <a href='https://github.com/PeterL1n/RobustVideoMatting'>Github Repo</a></p>"
37
 
 
31
  return 'com.mp4',"pha.mp4","fgr.mp4"
32
 
33
  title = "Robust Video Matting"
34
+ description = "Gradio demo for Robust Video Matting. To use it, simply upload your video, currently only mp4 and ogg formats are supported. Please trim video to 5 seconds or less. Read more at the links below."
35
 
36
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.11515'>Robust High-Resolution Video Matting with Temporal Guidance</a> | <a href='https://github.com/PeterL1n/RobustVideoMatting'>Github Repo</a></p>"
37