Spaces:
Sleeping
Sleeping
images are .jpeg, not .jpg
Browse files
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("*.
|
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 🥘 🧗"
|