Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ def img_pad(x, w_pad, h_pad, w_odd_pad, h_odd_pad):
|
|
75 |
title = "Clean Your Moire Images!"
|
76 |
description = " The model was trained to remove the moire patterns from your captured screen images! Specially, this model is capable of tackling \
|
77 |
images up to 4K resolution, which adapts to most of the modern mobile phones. \
|
|
|
78 |
(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 \
|
79 |
on a NVIDIA 3090 GPU 17ms per standard 4K image). \
|
80 |
<br /> \
|
|
|
75 |
title = "Clean Your Moire Images!"
|
76 |
description = " The model was trained to remove the moire patterns from your captured screen images! Specially, this model is capable of tackling \
|
77 |
images up to 4K resolution, which adapts to most of the modern mobile phones. \
|
78 |
+
<br /> \
|
79 |
(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 \
|
80 |
on a NVIDIA 3090 GPU 17ms per standard 4K image). \
|
81 |
<br /> \
|