Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,18 +70,10 @@ def predict_image(image):
|
|
70 |
|
71 |
# Example images and their descriptions
|
72 |
examples = [
|
73 |
-
["
|
74 |
-
["
|
75 |
-
["
|
76 |
-
["
|
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
|