Prathamesh Sarjerao Vaidya
commited on
Commit
·
46d6448
1
Parent(s):
896d872
Add model_cache with pre-downloaded models
Browse files- .gitattributes +1 -0
.gitattributes
CHANGED
@@ -2,3 +2,4 @@
|
|
2 |
*.png filter=lfs diff=lfs merge=lfs -text
|
3 |
demo_audio/*.mp3 filter=lfs diff=lfs merge=lfs -text
|
4 |
static/imgs/*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
2 |
*.png filter=lfs diff=lfs merge=lfs -text
|
3 |
demo_audio/*.mp3 filter=lfs diff=lfs merge=lfs -text
|
4 |
static/imgs/*.png filter=lfs diff=lfs merge=lfs -text
|
5 |
+
model_cache/** filter=lfs diff=lfs merge=lfs -text
|