nickmuchi commited on
Commit
fd159d4
1 Parent(s): 9b802da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('*.j*g'))]
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)