dimasdeffieux commited on
Commit
7ca6f01
·
verified ·
1 Parent(s): 5efe93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ print("flashcard output:",make_flashcards(words, "korean"))
64
 
65
 
66
  demo = gr.ChatInterface(
67
- fn=model_inference,
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(