Spaces:
Runtime error
Runtime error
returned to prev version
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def getStartEndPoints(mask):
|
|
235 |
return x1, y1, x2, y2
|
236 |
|
237 |
def reset_components():
|
238 |
-
return
|
239 |
|
240 |
|
241 |
with gr.Blocks() as demo:
|
|
|
235 |
return x1, y1, x2, y2
|
236 |
|
237 |
def reset_components():
|
238 |
+
return None,None,None, [],[],24,datetime.now().strftime("%d_%m_%Y_%H_%M_%S")
|
239 |
|
240 |
|
241 |
with gr.Blocks() as demo:
|