Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ def ocr_inference(img, lang):
|
|
41 |
def make_flashcards(words):
|
42 |
pass;
|
43 |
|
44 |
-
print(text_inference(text, "korean"))
|
|
|
41 |
def make_flashcards(words):
|
42 |
pass;
|
43 |
|
44 |
+
print("OUTPUT TOUT OUETOI EIFJ IEFJ",text_inference(text, "korean"))
|