Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
55c1c58
1
Parent(s):
6443cc4
Update app.py
Browse files
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.
|
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 |
|