akhaliq HF staff commited on
Commit
1361e51
1 Parent(s): 26e59f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ description = "demo for U^2-Net. To use it, simply upload your image, or click o
40
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2005.09007'>U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection</a> | <a href='https://github.com/xuebinqin/U-2-Net'>Github Repo</a></p>"
41
 
42
  examples = [
43
- [None,'fox.jpg','Image'],
44
- ['parrot.jpg',None,'webcam']
45
  ]
46
 
47
 
40
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2005.09007'>U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection</a> | <a href='https://github.com/xuebinqin/U-2-Net'>Github Repo</a></p>"
41
 
42
  examples = [
43
+ ['fox.jpg','fox.jpg','Image'],
 
44
  ]
45
 
46