Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
4db9d7d
1
Parent(s):
db2da26
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,6 @@ description = "Gradio demo for Robust Video Matting. To use it, simply upload yo
|
|
39 |
|
40 |
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>"
|
41 |
|
42 |
-
|
43 |
gr.Interface(
|
44 |
inference,
|
45 |
gr.inputs.Video(label="Input"),
|
|
|
39 |
|
40 |
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>"
|
41 |
|
|
|
42 |
gr.Interface(
|
43 |
inference,
|
44 |
gr.inputs.Video(label="Input"),
|