Spaces:
Sleeping
Sleeping
bartman081523
commited on
Commit
·
554cb49
1
Parent(s):
e9dbb8d
populate db
Browse files- app.py +1 -1
- gematria.db +2 -2
app.py
CHANGED
@@ -261,7 +261,7 @@ def run_app():
|
|
261 |
initialize_translator()
|
262 |
|
263 |
# Pre-populate the database
|
264 |
-
populate_database(1, 39, max_phrase_length=
|
265 |
#opulate_database(27, 27, max_phrase_length=31) # Book 27 (Psalms) - adjust as needed
|
266 |
|
267 |
iface = gr.Interface(
|
|
|
261 |
initialize_translator()
|
262 |
|
263 |
# Pre-populate the database
|
264 |
+
populate_database(1, 39, max_phrase_length=12) # Books 1 to 39 (adjust as needed)
|
265 |
#opulate_database(27, 27, max_phrase_length=31) # Book 27 (Psalms) - adjust as needed
|
266 |
|
267 |
iface = gr.Interface(
|
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:f9d0db3cd97140e47b091845fc11daaa261164db0ac4aa8e430e0c445da27851
|
3 |
+
size 171667456
|