Spaces:
Runtime error
Runtime error
s194649
commited on
Commit
·
15045a2
1
Parent(s):
7f19a53
fix
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with block:
|
|
137 |
|
138 |
# event - init coords
|
139 |
def on_reset_btn_click(input_image):
|
140 |
-
return
|
141 |
|
142 |
reset_btn.click(
|
143 |
on_reset_btn_click,
|
|
|
137 |
|
138 |
# event - init coords
|
139 |
def on_reset_btn_click(input_image):
|
140 |
+
return input_image, point_coords_empty(), point_labels_empty(), None, []
|
141 |
|
142 |
reset_btn.click(
|
143 |
on_reset_btn_click,
|