Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- index.html +2 -5
- player_tracking.gif +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* 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 |
player_tracking.mp4 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 |
player_tracking.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
player_tracking.gif filter=lfs diff=lfs merge=lfs -text
|
index.html
CHANGED
|
@@ -158,7 +158,7 @@
|
|
| 158 |
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
|
| 159 |
}
|
| 160 |
|
| 161 |
-
.video-showcase
|
| 162 |
width: 100%;
|
| 163 |
display: block;
|
| 164 |
border-radius: 12px;
|
|
@@ -306,10 +306,7 @@
|
|
| 306 |
<h3>Video Intelligence</h3>
|
| 307 |
<p>Transform video content into queryable, monetizable assets with our flagship platform.</p>
|
| 308 |
<div class="video-showcase">
|
| 309 |
-
<
|
| 310 |
-
<source src="./player_tracking.mp4" type="video/mp4">
|
| 311 |
-
Your browser does not support the video tag.
|
| 312 |
-
</video>
|
| 313 |
</div>
|
| 314 |
<a href="https://infactory.ai/video-intelligence">Explore Video Intelligence →</a>
|
| 315 |
</div>
|
|
|
|
| 158 |
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
|
| 159 |
}
|
| 160 |
|
| 161 |
+
.video-showcase img {
|
| 162 |
width: 100%;
|
| 163 |
display: block;
|
| 164 |
border-radius: 12px;
|
|
|
|
| 306 |
<h3>Video Intelligence</h3>
|
| 307 |
<p>Transform video content into queryable, monetizable assets with our flagship platform.</p>
|
| 308 |
<div class="video-showcase">
|
| 309 |
+
<img src="./player_tracking.gif" alt="Video Intelligence Demo - Player Tracking">
|
|
|
|
|
|
|
|
|
|
| 310 |
</div>
|
| 311 |
<a href="https://infactory.ai/video-intelligence">Explore Video Intelligence →</a>
|
| 312 |
</div>
|
player_tracking.gif
ADDED
|
|
Git LFS Details
|