Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def gradio_interface():
|
|
| 98 |
# Example image + prompt pairs
|
| 99 |
examples = [
|
| 100 |
["cookies.jpg", "Detect the cookies and label their types."],
|
| 101 |
-
["fridge.
|
| 102 |
]
|
| 103 |
|
| 104 |
with gr.Blocks(gr.themes.Glass(secondary_hue= "rose")) as demo:
|
|
|
|
| 98 |
# Example image + prompt pairs
|
| 99 |
examples = [
|
| 100 |
["cookies.jpg", "Detect the cookies and label their types."],
|
| 101 |
+
["fridge.png", "Detect the food items in the fridge and label their categories (vegetables, dairy, drinks, leftovers)."]
|
| 102 |
]
|
| 103 |
|
| 104 |
with gr.Blocks(gr.themes.Glass(secondary_hue= "rose")) as demo:
|