Andyx commited on
Commit
d3ab28e
·
1 Parent(s): f353300
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,14 +84,14 @@ on a NVIDIA 3090 GPU 17ms per standard 4K image)
84
  """
85
 
86
  article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
87
- [official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on."
 
88
 
89
 
90
  iface1 = gr.Interface(fn=predict1,
91
  inputs=gr.inputs.Image(type="pil"),
92
  outputs=gr.inputs.Image(type="pil"),
93
  examples=['001.jpg',
94
- '002.jpg',
95
  '003.jpg',
96
  '004.jpg',
97
  '005.jpg'],
 
84
  """
85
 
86
  article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
87
+ [official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
88
+ <center><img src='https://visitor-badge.glitch.me/badge?page_id=Andyx_screen_image_demoire' alt='visitor badge'></center>"
89
 
90
 
91
  iface1 = gr.Interface(fn=predict1,
92
  inputs=gr.inputs.Image(type="pil"),
93
  outputs=gr.inputs.Image(type="pil"),
94
  examples=['001.jpg',
 
95
  '003.jpg',
96
  '004.jpg',
97
  '005.jpg'],