Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def detect(img):
|
|
29 |
return new_image
|
30 |
|
31 |
|
32 |
-
examples = ['apple_img.jpg',]
|
33 |
|
34 |
|
35 |
css = ".output-image, .input-image, .image-preview {height: 400px !important}"
|
|
|
29 |
return new_image
|
30 |
|
31 |
|
32 |
+
examples = ['apple_img.jpg', 'michael.gif']
|
33 |
|
34 |
|
35 |
css = ".output-image, .input-image, .image-preview {height: 400px !important}"
|