Create app.py
Browse files
app.py
CHANGED
@@ -60,3 +60,4 @@ if __name__ == '__main__':
|
|
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()
|
|
|
|
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()
|
63 |
+
|