neuralworm commited on
Commit
74071e5
·
1 Parent(s): f9fb397
Files changed (1) hide show
  1. app.py +2 -2
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
- #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,
 
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,