Thibaud Cheruy
commited on
Commit
·
56f91c4
1
Parent(s):
f62ed3c
Fix: Low-res demo
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def processLowRes(image):
|
|
74 |
# Save image
|
75 |
sr_image = imgproc.tensor_to_image(sr_tensor, False, False)
|
76 |
|
77 |
-
return
|
78 |
|
79 |
description = """<p style='text-align: center'> <a href='https://arxiv.org/abs/1609.04802' target='_blank'>Paper</a> | <a href=https://github.com/Lornatang/SRGAN-PyTorch target='_blank'>GitHub</a></p>"""
|
80 |
about = "<p style='text-align: center'>Made for the 2022-2023 Grenoble-INP Phelma Image analysis course by Thibaud CHERUY, Clément DEBUY & Yassine EL KHANOUSSI.</p>"
|
|
|
74 |
# Save image
|
75 |
sr_image = imgproc.tensor_to_image(sr_tensor, False, False)
|
76 |
|
77 |
+
return sr_image
|
78 |
|
79 |
description = """<p style='text-align: center'> <a href='https://arxiv.org/abs/1609.04802' target='_blank'>Paper</a> | <a href=https://github.com/Lornatang/SRGAN-PyTorch target='_blank'>GitHub</a></p>"""
|
80 |
about = "<p style='text-align: center'>Made for the 2022-2023 Grenoble-INP Phelma Image analysis course by Thibaud CHERUY, Clément DEBUY & Yassine EL KHANOUSSI.</p>"
|