Fawazzx commited on
Commit
02e983e
1 Parent(s): 9ca9168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -40,9 +40,10 @@ def predict(image):
40
 
41
  # Create a Gradio interface with examples
42
  examples = [
43
- ["image1.jpg"],
44
- ["image2.jpg"],
45
- ["image3.jpg"]
 
46
  ]
47
 
48
  iface = gr.Interface(
 
40
 
41
  # Create a Gradio interface with examples
42
  examples = [
43
+ ["image.jpg"],
44
+ ["image (1).jpg"],
45
+ ["image (2).jpg"],
46
+ ["image (3).jpg"]
47
  ]
48
 
49
  iface = gr.Interface(