Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
30f8b65
1
Parent(s):
e50dfec
Update app.py
Browse files
app.py
CHANGED
@@ -24,9 +24,11 @@ def inference(video):
|
|
24 |
)
|
25 |
return 'com.mp4'
|
26 |
|
27 |
-
title = "
|
28 |
-
description = "demo for
|
29 |
-
|
|
|
|
|
30 |
examples = [['pexels-darina-belonogova-7539228.mp4']]
|
31 |
gr.Interface(
|
32 |
inference,
|
|
|
24 |
)
|
25 |
return 'com.mp4'
|
26 |
|
27 |
+
title = "Robust Video Matting"
|
28 |
+
description = "Gradio demo for Robust Video Matting. To use it, simply upload your video, or click one of the examples to load them. Read more at the links below."
|
29 |
+
|
30 |
+
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>"
|
31 |
+
|
32 |
examples = [['pexels-darina-belonogova-7539228.mp4']]
|
33 |
gr.Interface(
|
34 |
inference,
|