Spaces:
Runtime error
Runtime error
nos
commited on
Commit
•
bcffc89
1
Parent(s):
8c9b556
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ torah = Torah()
|
|
8 |
|
9 |
def els_book(book_num,els_space):
|
10 |
response_els, tvalue = torah.els(book_num, els_space, tracert='false')
|
11 |
-
text_translate = torah.func_translate('iw', 'en', response_els)
|
12 |
-
return (response_els
|
13 |
|
14 |
def translate_texts(start, end, step, length=0, tlang="en", spaces_include=False, strip_in_braces=True, strip_diacritics=True):
|
15 |
results = torah.process_json_files(start, end, step, length, tlang, spaces_include, strip_in_braces, strip_diacritics)
|
|
|
8 |
|
9 |
def els_book(book_num,els_space):
|
10 |
response_els, tvalue = torah.els(book_num, els_space, tracert='false')
|
11 |
+
#text_translate = torah.func_translate('iw', 'en', response_els)
|
12 |
+
return (response_els)
|
13 |
|
14 |
def translate_texts(start, end, step, length=0, tlang="en", spaces_include=False, strip_in_braces=True, strip_diacritics=True):
|
15 |
results = torah.process_json_files(start, end, step, length, tlang, spaces_include, strip_in_braces, strip_diacritics)
|