Spaces:
Sleeping
Sleeping
Commit
·
74071e5
1
Parent(s):
f9fb397
testing
Browse files
app.py
CHANGED
@@ -243,8 +243,8 @@ def run_app():
|
|
243 |
# Pre-populate the database
|
244 |
tanach_texts = process_json_files(1, 1) # Process all books
|
245 |
populate_database(tanach_texts, max_phrase_length=4)
|
246 |
-
|
247 |
-
|
248 |
|
249 |
iface = gr.Interface(
|
250 |
fn=gematria_search_interface,
|
|
|
243 |
# Pre-populate the database
|
244 |
tanach_texts = process_json_files(1, 1) # Process all books
|
245 |
populate_database(tanach_texts, max_phrase_length=4)
|
246 |
+
tanach_texts = process_json_files(27, 27) # Process all books
|
247 |
+
populate_database(tanach_texts, max_phrase_length=4)
|
248 |
|
249 |
iface = gr.Interface(
|
250 |
fn=gematria_search_interface,
|