Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ def localized_query(img, x, y, question):
|
|
217 |
outline="red",
|
218 |
)
|
219 |
|
220 |
-
yield "", {"text": "
|
221 |
|
222 |
|
223 |
js = ""
|
|
|
217 |
outline="red",
|
218 |
)
|
219 |
|
220 |
+
yield "", {"text": "", "entities": []}, gr.update(visible=True, value=img_clone)
|
221 |
|
222 |
|
223 |
js = ""
|