Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
|