SaladSlayer00 commited on
Commit
09d93d9
1 Parent(s): 050833f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -83,10 +83,11 @@ def predict_and_fetch_images(input_image):
83
  return "Error during prediction", 0, [], "N/A", str(e)
84
 
85
  example_images = [
86
- "images/megan_fox.jpg",
87
- "images/chris_evans.jpg",
88
- "images/millie_bobby_brown.jpg",
89
- "images/alvaro_morte.jpg"
 
90
  ]
91
 
92
  # Gradio interface
 
83
  return "Error during prediction", 0, [], "N/A", str(e)
84
 
85
  example_images = [
86
+ "images/megan_fox.png",
87
+ "images/chris_evans.png",
88
+ "images/millie_bobby_brown.png",
89
+ "images/alvaro_morte.png",
90
+ "images/amber_heard.png"
91
  ]
92
 
93
  # Gradio interface