aagirre92 commited on
Commit
f7d686d
β€’
1 Parent(s): de0d79c

images are .jpeg, not .jpg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ import gradio as gr
57
 
58
  foodvision_big_examples_path = "examples"
59
 
60
- example_list = [str(path) for path in Path(foodvision_big_examples_path).rglob("*.jpg")]
61
 
62
  # Create title, description and article
63
  title = "FoodVisionBig V0 πŸ₯˜ πŸ§—"
 
57
 
58
  foodvision_big_examples_path = "examples"
59
 
60
+ example_list = [str(path) for path in Path(foodvision_big_examples_path).rglob("*.jpeg")]
61
 
62
  # Create title, description and article
63
  title = "FoodVisionBig V0 πŸ₯˜ πŸ§—"