javierabad01 commited on
Commit
50b5a48
·
verified ·
1 Parent(s): bc9982a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -53,11 +53,11 @@ Due to the GPU memory limitations, the app might crash if you feed a high-resolu
53
  <br>
54
  '''
55
 
56
- examples = [['examples/inputs/1.png'],
57
- ['examples/inputs/2.png'],
58
- ['examples/inputs/3.png'],
59
- ["examples/inputs/4.png"],
60
- ["examples/inputs/5.png"]]
61
 
62
  css = """
63
  .image-frame img, .image-container img {
 
53
  <br>
54
  '''
55
 
56
+ examples = [['examples/inputs/1.jpg'],
57
+ ['examples/inputs/2.jpg'],
58
+ ['examples/inputs/3.jpg'],
59
+ ["examples/inputs/4.jpg"],
60
+ ["examples/inputs/5.jpg"]]
61
 
62
  css = """
63
  .image-frame img, .image-container img {