Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ print("flashcard output:",make_flashcards(words, "korean"))
|
|
64 |
|
65 |
|
66 |
demo = gr.ChatInterface(
|
67 |
-
fn=
|
68 |
description="# **Multimodal OCR `@RolmOCR and Default Qwen2VL OCR`**",
|
69 |
examples=examples,
|
70 |
textbox=gr.MultimodalTextbox(
|
|
|
64 |
|
65 |
|
66 |
demo = gr.ChatInterface(
|
67 |
+
fn=ocr_inference,
|
68 |
description="# **Multimodal OCR `@RolmOCR and Default Qwen2VL OCR`**",
|
69 |
examples=examples,
|
70 |
textbox=gr.MultimodalTextbox(
|