IFMedTech commited on
Commit
7f446a0
·
verified ·
1 Parent(s): 8b6ff1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -52,9 +52,9 @@ def predict_image(image):
52
 
53
  # Example images to use as input
54
  examples = [
55
- ["example_image1.jpg"],
56
- ["example_image2.jpg"],
57
- ["example_image3.jpg"]
58
  ]
59
 
60
  # Set up the Gradio interface
 
52
 
53
  # Example images to use as input
54
  examples = [
55
+ ["example_image1.jfif"],
56
+ ["example_image2.jfif"],
57
+ ["example_image3.jfif"]
58
  ]
59
 
60
  # Set up the Gradio interface