Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
•
3212b5f
1
Parent(s):
a65f6fa
Enable git lfs and add git attribute
Browse files- .gitattributes +3 -0
- .gitignore +4 -1
.gitattributes
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
docs/example_video.mp4 filter=lfs diff=lfs merge=lfs -text
|
2 |
+
docs/example_image_segmentation.png filter=lfs diff=lfs merge=lfs -text
|
3 |
+
docs/example_psd_file.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
@@ -3,5 +3,8 @@ outputs/
|
|
3 |
models/
|
4 |
venv/
|
5 |
*.png
|
|
|
|
|
6 |
*.jpg
|
7 |
-
*.mp4
|
|
|
|
3 |
models/
|
4 |
venv/
|
5 |
*.png
|
6 |
+
!docs/example_image_segmentation.png
|
7 |
+
!docs/example_psd_file.png
|
8 |
*.jpg
|
9 |
+
*.mp4
|
10 |
+
!docs/example_video.mp4
|