Ahsen Khaliq commited on
Commit
9a0bace
·
1 Parent(s): 3ed9715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def inference(video):
27
  return 'com.mp4',"pha.mp4","fgr.mp4"
28
 
29
  title = "Robust Video Matting"
30
- description = "Gradio demo for Robust Video Matting. To use it, simply upload your video, currently only mp4 and ogg formats are supported. Read more at the links below."
31
 
32
  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>"
33
 
 
27
  return 'com.mp4',"pha.mp4","fgr.mp4"
28
 
29
  title = "Robust Video Matting"
30
+ 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."
31
 
32
  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>"
33