Spaces:
Sleeping
Sleeping
bartman081523
commited on
Commit
·
8be00b3
1
Parent(s):
c25913e
populate db
Browse files- app.py +1 -1
- gematria.db +2 -2
app.py
CHANGED
@@ -253,7 +253,7 @@ def run_app():
|
|
253 |
|
254 |
# Pre-populate the database
|
255 |
tanach_texts = process_json_files(1, 39)
|
256 |
-
populate_database(tanach_texts, max_phrase_length=
|
257 |
tanach_texts = process_json_files(27, 27)
|
258 |
populate_database(tanach_texts, max_phrase_length=24)
|
259 |
|
|
|
253 |
|
254 |
# Pre-populate the database
|
255 |
tanach_texts = process_json_files(1, 39)
|
256 |
+
populate_database(tanach_texts, max_phrase_length=5)
|
257 |
tanach_texts = process_json_files(27, 27)
|
258 |
populate_database(tanach_texts, max_phrase_length=24)
|
259 |
|
gematria.db
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:06faa206f211a61ddf8609791d575035fba1f81f092b9b4a5a30a24d7d4bc2f0
|
3 |
+
size 69844992
|