asmaa1 commited on
Commit
6d41e47
·
verified ·
1 Parent(s): 34b2cbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -12
app.py CHANGED
@@ -70,18 +70,10 @@ def predict_image(image):
70
 
71
  # Example images and their descriptions
72
  examples = [
73
- ["/content/sample_data/bcc.jpg"],
74
- ["/content/sample_data/d.jpg"],
75
- ["/content/sample_data/m.PNG"],
76
- ["/content/sample_data/sck.jpg"]
77
- ]
78
-
79
- # Example images and their descriptions
80
- examples = [
81
- ["/content/sample_data/bcc.jpg"],
82
- ["/content/sample_data/d.jpg"],
83
- ["/content/sample_data/m.PNG"],
84
- ["/content/sample_data/sck.jpg"]
85
  ]
86
 
87
  # Set up the Gradio interface
 
70
 
71
  # Example images and their descriptions
72
  examples = [
73
+ ["bcc.jpg"],
74
+ ["d.jpg"],
75
+ ["m.PNG"],
76
+ ["sck.jpg"]
 
 
 
 
 
 
 
 
77
  ]
78
 
79
  # Set up the Gradio interface