Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def predict(img):
|
|
| 26 |
|
| 27 |
|
| 28 |
image_dir = pathlib.Path('images')
|
| 29 |
-
examples = [[path.as_posix()] for path in sorted(image_dir.glob('*.
|
| 30 |
|
| 31 |
iface = gr.Interface(
|
| 32 |
predict,
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
image_dir = pathlib.Path('images')
|
| 29 |
+
examples = [[path.as_posix()] for path in sorted(image_dir.glob('*.png'))]
|
| 30 |
|
| 31 |
iface = gr.Interface(
|
| 32 |
predict,
|