barath19 commited on
Commit
389ca6b
·
verified ·
1 Parent(s): 0633e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ model_paths = [
27
  ]
28
 
29
  # Paths to example images
30
- path = [['image_0.jpg'], ['image_1.jpg']]
31
 
32
  # Function to run inference and show predictions
33
  def show_preds_image(image_path, selected_model):
 
27
  ]
28
 
29
  # Paths to example images
30
+ path = [['image_0.jpg'], ['image_1.jpg'], ['image_2.jpg']]
31
 
32
  # Function to run inference and show predictions
33
  def show_preds_image(image_path, selected_model):