dimasdeffieux commited on
Commit
c95aef7
·
verified ·
1 Parent(s): c8ac480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -57,6 +57,7 @@ def make_flashcards(words):
57
  card = [w.strip() for w in last_line.split(":") if w.strip()]
58
  cards.add(card)
59
  return cards
60
-
61
- print("OUTPUT TOUT OUETOI EIFJ IEFJ",text_inference(text, "korean"))
 
62
  print("flashcard output:",make_flashcards(words))
 
57
  card = [w.strip() for w in last_line.split(":") if w.strip()]
58
  cards.add(card)
59
  return cards
60
+
61
+ words=text_inference(text, "korean")
62
+ print("OUTPUT TOUT OUETOI EIFJ IEFJ",words)
63
  print("flashcard output:",make_flashcards(words))