Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,6 @@ def make_flashcards(words, language):
|
|
55 |
last_line = output_text.strip().split("\n")[-1]
|
56 |
output = [w.strip() for w in last_line.split(":") if w.strip()]
|
57 |
return output
|
58 |
-
|
59 |
# words=text_inference(text, "korean")
|
60 |
# print("OUTPUT TOUT OUETOI EIFJ IEFJ",words)
|
61 |
# print("flashcard output:",make_flashcards(words, "korean"))
|
|
|
55 |
last_line = output_text.strip().split("\n")[-1]
|
56 |
output = [w.strip() for w in last_line.split(":") if w.strip()]
|
57 |
return output
|
|
|
58 |
# words=text_inference(text, "korean")
|
59 |
# print("OUTPUT TOUT OUETOI EIFJ IEFJ",words)
|
60 |
# print("flashcard output:",make_flashcards(words, "korean"))
|