Spaces:
Runtime error
Runtime error
nos
commited on
Update lib/torah.py
Browse files- lib/torah.py +1 -1
lib/torah.py
CHANGED
|
@@ -4,7 +4,7 @@ import re
|
|
| 4 |
from deep_translator import GoogleTranslator
|
| 5 |
|
| 6 |
def process_json_files(start, end, step, length=0, tlang="en", spaces_include=False, strip_in_braces=True, strip_diacritics=True):
|
| 7 |
-
base_path = "texts"
|
| 8 |
translator = GoogleTranslator(source='auto', target=tlang)
|
| 9 |
results = []
|
| 10 |
|
|
|
|
| 4 |
from deep_translator import GoogleTranslator
|
| 5 |
|
| 6 |
def process_json_files(start, end, step, length=0, tlang="en", spaces_include=False, strip_in_braces=True, strip_diacritics=True):
|
| 7 |
+
base_path = "resources/texts"
|
| 8 |
translator = GoogleTranslator(source='auto', target=tlang)
|
| 9 |
results = []
|
| 10 |
|