Ahsen Khaliq commited on
Commit
30f8b65
·
1 Parent(s): e50dfec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -24,9 +24,11 @@ def inference(video):
24
  )
25
  return 'com.mp4'
26
 
27
- title = "Anime2Sketch"
28
- description = "demo for Anime2Sketch. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
29
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
 
 
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,