fatmayousuf commited on
Commit
d3d6ea9
·
verified ·
1 Parent(s): 9fa0a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg", "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:
 
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: