amosfang commited on
Commit
e741174
1 Parent(s): faaca78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def predict2(pilimg):
68
 
69
  detection_model = load_model()
70
 
71
- Specify paths to example images
72
  example_image_paths = ["test_1.jpg"]
73
 
74
  # Create a list of example inputs and outputs using a for loop
 
68
 
69
  detection_model = load_model()
70
 
71
+ # Specify paths to example images
72
  example_image_paths = ["test_1.jpg"]
73
 
74
  # Create a list of example inputs and outputs using a for loop