mkthoma commited on
Commit
547f90a
·
1 Parent(s): d446697

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ description1 = "Input any image to test the models prediction. Currently the mod
68
  images_folder = "examples"
69
 
70
  # Define the examples list with full paths
71
- examples = [[os.path.join(images_folder, "plane.jpeg"), 0.5, -1],
72
  [os.path.join(images_folder, "car.jpg"), 0.5, -1],
73
  [os.path.join(images_folder, "bird.jpeg"), 0.5, -1],
74
  [os.path.join(images_folder, "cat.jpeg"), 0.5, -1],
 
68
  images_folder = "examples"
69
 
70
  # Define the examples list with full paths
71
+ examples = [[os.path.join(images_folder, "plane.jpg"), 0.5, -1],
72
  [os.path.join(images_folder, "car.jpg"), 0.5, -1],
73
  [os.path.join(images_folder, "bird.jpeg"), 0.5, -1],
74
  [os.path.join(images_folder, "cat.jpeg"), 0.5, -1],