Spaces:
Runtime error
Runtime error
QR.png
ADDED
app.py
CHANGED
@@ -78,7 +78,12 @@ description = """
|
|
78 |
The model was trained to remove the moire patterns from your captured screen images! Specially, this model is capable of tackling
|
79 |
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 |
"""
|
|
|
78 |
The model was trained to remove the moire patterns from your captured screen images! Specially, this model is capable of tackling
|
79 |
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 |
+
The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns.
|
84 |
+
You can scan the QR code to play on your mobile phone.
|
85 |
+
|
86 |
+
<center><img src='./QR.png'></center>
|
87 |
|
88 |
|
89 |
"""
|