Spaces:
Runtime error
Runtime error
Borg93
commited on
Commit
·
2cac3c6
1
Parent(s):
1dc5fbd
Update visualizer.py
Browse files- app/tabs/visualizer.py +2 -0
app/tabs/visualizer.py
CHANGED
@@ -68,6 +68,8 @@ def load_visualize_state_from_submit(col: Collection, progress):
|
|
68 |
|
69 |
return results
|
70 |
|
|
|
|
|
71 |
|
72 |
with gr.Blocks() as visualizer:
|
73 |
with gr.Column(variant="panel"):
|
|
|
68 |
|
69 |
return results
|
70 |
|
71 |
+
#TODO missing to able to click on left gallery and return respecitive mask.... i.e check if sselection is inside the polygons.. to the gallery on the right
|
72 |
+
|
73 |
|
74 |
with gr.Blocks() as visualizer:
|
75 |
with gr.Column(variant="panel"):
|