Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ How to use the app:
|
|
75 |
- Feel free to click the image examples as well.
|
76 |
"""
|
77 |
urls = ["https://www.healthbenefitstimes.com/green-beans/","https://huggingface.co/nateraw/vit-base-beans/resolve/main/angular_leaf_spot.jpeg", "https://huggingface.co/nateraw/vit-base-beans/resolve/main/bean_rust.jpeg"]
|
78 |
-
images = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.
|
79 |
|
80 |
twitter_link = """
|
81 |
[![](https://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](https://twitter.com/nickmuchi)
|
|
|
75 |
- Feel free to click the image examples as well.
|
76 |
"""
|
77 |
urls = ["https://www.healthbenefitstimes.com/green-beans/","https://huggingface.co/nateraw/vit-base-beans/resolve/main/angular_leaf_spot.jpeg", "https://huggingface.co/nateraw/vit-base-beans/resolve/main/bean_rust.jpeg"]
|
78 |
+
images = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.p*g'))]
|
79 |
|
80 |
twitter_link = """
|
81 |
[![](https://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](https://twitter.com/nickmuchi)
|