Andyx commited on
Commit
b1aee19
·
1 Parent(s): f2b68fe
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -80,15 +80,14 @@ images up to 4K resolution, which adapts to most of the modern mobile phones.
80
  (Note: It may cost 80s per 4K image (e.g., iPhone's resolution: 4032x3024) since this demo runs on the CPU. The model can run
81
  on a NVIDIA 3090 GPU 17ms per standard 4K image).
82
 
83
- ""
84
- The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns.
85
- You can scan the QR code to play on your mobile phone.
86
 
87
- <center><img src='QR.jpg'></center>
88
- "
89
 
90
  article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
91
  [official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
 
 
 
92
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=Andyx_screen_image_demoire' alt='visitor badge'></center>"
93
 
94
 
 
80
  (Note: It may cost 80s per 4K image (e.g., iPhone's resolution: 4032x3024) since this demo runs on the CPU. The model can run
81
  on a NVIDIA 3090 GPU 17ms per standard 4K image).
82
 
 
 
 
83
 
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
+ The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns. \
89
+ You can scan the QR code to play on your mobile phone.\
90
+ <center><img src='QR.jpg'></center> \
91
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=Andyx_screen_image_demoire' alt='visitor badge'></center>"
92
 
93