debugging build error
Browse files- app.py +8 -8
- baboon_15s.mp4 +0 -3
app.py
CHANGED
@@ -84,13 +84,13 @@ with gr.Blocks() as demo:
|
|
84 |
run_btn.click(fn=run_sam_dino, inputs=[input, grounding_caption, box_threshold, text_threshold, fps_processed, video_options], outputs=[vid])
|
85 |
vid.change(fn=vid_download, outputs=download_file)
|
86 |
|
87 |
-
gr.Examples(
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
|
96 |
demo.launch(share=False)
|
|
|
84 |
run_btn.click(fn=run_sam_dino, inputs=[input, grounding_caption, box_threshold, text_threshold, fps_processed, video_options], outputs=[vid])
|
85 |
vid.change(fn=vid_download, outputs=download_file)
|
86 |
|
87 |
+
# gr.Examples(
|
88 |
+
# [["baboon_15s.mp4", "baboon", 0.25, 0.25, 1, ["Bounding boxes", "Masks"]]],
|
89 |
+
# inputs = [input, grounding_caption, box_threshold, text_threshold, fps_processed, video_options],
|
90 |
+
# outputs = [vid],
|
91 |
+
# fn=run_sam_dino,
|
92 |
+
# cache_examples=True,
|
93 |
+
# label='Example'
|
94 |
+
# )
|
95 |
|
96 |
demo.launch(share=False)
|
baboon_15s.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:60b6845667e7a62685ee91a0cbea5e9d624c8637d564bde2690ac8f86bf77729
|
3 |
-
size 19019436
|
|
|
|
|
|
|
|