Spaces:
Runtime error
Runtime error
Commit
·
da111b6
1
Parent(s):
7575b1b
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if __name__ == '__main__':
|
|
55 |
allow_flagging='never',
|
56 |
examples=[['test-img.jpg', "up2x-latest-no-denoise.pth", 2]],
|
57 |
article='[https://github.com/bilibili/ailab/tree/main/Real-CUGAN](https://github.com/bilibili/ailab/tree/main/Real-CUGAN)<br>'
|
58 |
-
'
|
59 |
'The large image will lead to memory limit exceeded. So I crop and resize image. '
|
60 |
'If you want to experience the large image, please go to the link above.')
|
61 |
iface.launch()
|
|
|
55 |
allow_flagging='never',
|
56 |
examples=[['test-img.jpg', "up2x-latest-no-denoise.pth", 2]],
|
57 |
article='[https://github.com/bilibili/ailab/tree/main/Real-CUGAN](https://github.com/bilibili/ailab/tree/main/Real-CUGAN)<br>'
|
58 |
+
'感谢大佬开源的项目<br>'
|
59 |
'The large image will lead to memory limit exceeded. So I crop and resize image. '
|
60 |
'If you want to experience the large image, please go to the link above.')
|
61 |
iface.launch()
|