Spaces:
Sleeping
Sleeping
IFMedTech commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,9 +52,9 @@ def predict_image(image):
|
|
| 52 |
|
| 53 |
# Example images to use as input
|
| 54 |
examples = [
|
| 55 |
-
["example_image1.
|
| 56 |
-
["example_image2.
|
| 57 |
-
["example_image3.
|
| 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
|