Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from demo import automask_image_app, automask_video_app,
|
3 |
|
4 |
|
5 |
def image_app():
|
|
|
1 |
import gradio as gr
|
2 |
+
from demo import automask_image_app, automask_video_app, sahi_autoseg_app
|
3 |
|
4 |
|
5 |
def image_app():
|
demo.py
CHANGED
@@ -26,7 +26,6 @@ def automask_video_app(video_path, model_type, points_per_side, points_per_batch
|
|
26 |
points_per_batch=points_per_batch,
|
27 |
min_area=min_area,
|
28 |
output_path="output.mp4",
|
29 |
-
show=False,
|
30 |
save=True,
|
31 |
)
|
32 |
return "output.mp4"
|
|
|
26 |
points_per_batch=points_per_batch,
|
27 |
min_area=min_area,
|
28 |
output_path="output.mp4",
|
|
|
29 |
save=True,
|
30 |
)
|
31 |
return "output.mp4"
|