juaben commited on
Commit
26a752a
·
verified ·
1 Parent(s): a76fdf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -62,12 +62,12 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
62
  <br>
63
  '''
64
 
65
- examples = [['images/425_UHD_LL.JPG'],
66
- ['images/low00772.png'],
67
- ['images/low00723.png'],
68
- ['images/low00748.png'],
69
- ['images/1778_UHD_LL.JPG'],
70
- ['images/1791_UHD_LL.JPG']]
71
 
72
  css = """
73
  .image-frame img, .image-container img {
 
62
  <br>
63
  '''
64
 
65
+ examples = [['images/425_UHD_LL.JPG', '425_UHD_LL.JPG'],
66
+ ['images/low00772.png', 'low00772.png'],
67
+ ['images/low00723.png', 'low00723.png'],
68
+ ['images/low00748.png', 'low00748.png'],
69
+ ['images/1778_UHD_LL.JPG', '1778_UHD_LL.JPG'],
70
+ ['images/1791_UHD_LL.JPG', '1791_UHD_LL.JPG']]
71
 
72
  css = """
73
  .image-frame img, .image-container img {