Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,9 +40,10 @@ def predict(image):
|
|
| 40 |
|
| 41 |
# Create a Gradio interface with examples
|
| 42 |
examples = [
|
| 43 |
-
["
|
| 44 |
-
["
|
| 45 |
-
["
|
|
|
|
| 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(
|