Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,9 +54,9 @@ if __name__ == '__main__':
|
|
| 54 |
allow_screenshot=False,
|
| 55 |
allow_flagging='never',
|
| 56 |
examples=[['test-img.jpg', "up2x-latest-denoise2x.pth", 2]],
|
| 57 |
-
article='[https://
|
| 58 |
-
'
|
| 59 |
-
'
|
| 60 |
'The large image will lead to memory limit exceeded. So I crop and resize image. '
|
| 61 |
'If you want to experience the large image, please go to the link above.')
|
| 62 |
iface.launch()
|
|
|
|
| 54 |
allow_screenshot=False,
|
| 55 |
allow_flagging='never',
|
| 56 |
examples=[['test-img.jpg', "up2x-latest-denoise2x.pth", 2]],
|
| 57 |
+
article='[https://ko-fi.com/flatindostudio](☕️☕️ BUY ME SOME COFFEE)<br>'
|
| 58 |
+
'to support us<br>'
|
| 59 |
+
'😎😎'
|
| 60 |
'The large image will lead to memory limit exceeded. So I crop and resize image. '
|
| 61 |
'If you want to experience the large image, please go to the link above.')
|
| 62 |
iface.launch()
|