Spaces:
Runtime error
Runtime error
ngxquang
commited on
Commit
•
942cfc8
1
Parent(s):
f409417
Update maps
Browse files- .gitignore +0 -4
- Dockerfile +1 -1
- data/config/keyframes_groups_L01_to_L36.json +2 -2
- data/config/subframes_groups_L01_to_L36.json +2 -2
.gitignore
CHANGED
@@ -120,7 +120,6 @@ celerybeat.pid
|
|
120 |
*.sage.py
|
121 |
|
122 |
# Environments
|
123 |
-
.env
|
124 |
.venv
|
125 |
env/
|
126 |
venv/
|
@@ -158,9 +157,6 @@ cython_debug/
|
|
158 |
#Sentencepiece Tokenizer
|
159 |
*.spm
|
160 |
|
161 |
-
# Ignore faiss index since it's too large to store in GitHub
|
162 |
-
*.faiss
|
163 |
-
|
164 |
# PyCharm
|
165 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
166 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
|
120 |
*.sage.py
|
121 |
|
122 |
# Environments
|
|
|
123 |
.venv
|
124 |
env/
|
125 |
venv/
|
|
|
157 |
#Sentencepiece Tokenizer
|
158 |
*.spm
|
159 |
|
|
|
|
|
|
|
160 |
# PyCharm
|
161 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
162 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
Dockerfile
CHANGED
@@ -36,4 +36,4 @@ COPY --chown=user . $HOME/app
|
|
36 |
|
37 |
RUN bash $HOME/app/download_models.sh
|
38 |
|
39 |
-
CMD
|
|
|
36 |
|
37 |
RUN bash $HOME/app/download_models.sh
|
38 |
|
39 |
+
CMD python ./src/main.py
|
data/config/keyframes_groups_L01_to_L36.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c2ba42bf1838606d3ef67dedc304a29c7a4999fd6ccabb37c6a423e45f9bad4
|
3 |
+
size 28910757
|
data/config/subframes_groups_L01_to_L36.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5808f12c3d5da3f7ef4fd02c1e4037398634c95179f9d5ca344ac799cb900bd0
|
3 |
+
size 28639328
|