Spaces:
Running
Running
Upload 37 files
Browse files- .gitattributes +1 -0
- src/components/MultiSourceCaptioningView.tsx +1 -2
- videos/1.mp4 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
videos/1.mp4 filter=lfs diff=lfs merge=lfs -text
|
src/components/MultiSourceCaptioningView.tsx
CHANGED
@@ -5,8 +5,7 @@ import { extractJsonFromMarkdown, drawBoundingBoxesOnCanvas } from "./BoxAnnotat
|
|
5 |
const MODES = ["Webcam", "URL", "File"] as const;
|
6 |
type Mode = typeof MODES[number];
|
7 |
|
8 |
-
const EXAMPLE_VIDEO_URL =
|
9 |
-
"https://dm0qx8t0i9gc9.cloudfront.net/watermarks/video/47Fj2US_gijjhliil/large-group-of-people-walking-at-city_rpem-bqvu__f51e7e41cf28b832502c9709c8eb2fd8__P360.mp4";
|
10 |
const EXAMPLE_PROMPT = "Find as many objects in the video and box them.";
|
11 |
|
12 |
function isImageFile(file: File) {
|
|
|
5 |
const MODES = ["Webcam", "URL", "File"] as const;
|
6 |
type Mode = typeof MODES[number];
|
7 |
|
8 |
+
const EXAMPLE_VIDEO_URL = "/videos/1.mp4";
|
|
|
9 |
const EXAMPLE_PROMPT = "Find as many objects in the video and box them.";
|
10 |
|
11 |
function isImageFile(file: File) {
|
videos/1.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6abe997e1bbb4441463b8d6c2522259e60aef1046ec911623a3f56beee81aff
|
3 |
+
size 3458248
|