haor commited on
Commit
436f0f6
1 Parent(s): 1093e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ demo = gr.Interface(
116
  title="Image Similarity Comparison",
117
  description="Upload two images and select the comparison method.",
118
  examples=[
119
- ["Snipaste_2024-05-31_16-18-31.jpg", "Snipaste_2024-05-31_16-18-52"],
120
  ["example1.png", "example2.png"]
121
  ]
122
  )
 
116
  title="Image Similarity Comparison",
117
  description="Upload two images and select the comparison method.",
118
  examples=[
119
+ ["Snipaste_2024-05-31_16-18-31.jpg", "Snipaste_2024-05-31_16-18-52.jpg"],
120
  ["example1.png", "example2.png"]
121
  ]
122
  )