arjunanand13 commited on
Commit
36f26b4
·
verified ·
1 Parent(s): 4ca8700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  title="Data Logger Detection using Llama 3.2 Vision",
65
  description="Upload an image and customize the prompt to check if it contains a data logger.",
66
  examples=[
67
- ["bad.jpg", default_prompt]
68
  ]
69
  )
70
 
 
64
  title="Data Logger Detection using Llama 3.2 Vision",
65
  description="Upload an image and customize the prompt to check if it contains a data logger.",
66
  examples=[
67
+ ["bad.png", default_prompt]
68
  ]
69
  )
70