Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ def get_mask_sam_process(
|
|
221 |
scanned_frames,
|
222 |
working_frame: str = None, # current frame being added points
|
223 |
available_frames_to_check: List[str] = [],
|
224 |
-
progress=gr.Progress(track_tqdm=True)
|
225 |
):
|
226 |
|
227 |
# get model and model config paths
|
@@ -546,7 +546,7 @@ with gr.Blocks() as demo:
|
|
546 |
stored_inference_state,
|
547 |
working_frame,
|
548 |
],
|
549 |
-
|
550 |
)
|
551 |
|
552 |
reset_prpgt_brn.click(
|
|
|
221 |
scanned_frames,
|
222 |
working_frame: str = None, # current frame being added points
|
223 |
available_frames_to_check: List[str] = [],
|
224 |
+
# progress=gr.Progress(track_tqdm=True)
|
225 |
):
|
226 |
|
227 |
# get model and model config paths
|
|
|
546 |
stored_inference_state,
|
547 |
working_frame,
|
548 |
],
|
549 |
+
queue=False
|
550 |
)
|
551 |
|
552 |
reset_prpgt_brn.click(
|