Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
a19c964
1
Parent(s):
2d145da
Update app.py
Browse files
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 |
-
["
|
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 |
|