arjunanand13 commited on
Commit
a19c964
1 Parent(s): 2d145da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,9 +79,10 @@ iface = gr.Interface(
79
  gr.JSON(label="Processed JSON")
80
  ],
81
  title="Llama 3.2 Vision",
 
82
  description=" ",
83
  examples=[
84
- ["./bad.jpg", default_prompt]
85
  ]
86
  )
87
 
 
79
  gr.JSON(label="Processed JSON")
80
  ],
81
  title="Llama 3.2 Vision",
82
+ cache_examples=False,
83
  description=" ",
84
  examples=[
85
+ ["bad.png", default_prompt]
86
  ]
87
  )
88