Luke
commited on
Commit
·
2d7bdf0
1
Parent(s):
e651999
no message
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import os
|
2 |
|
3 |
import gradio as gr
|
|
|
4 |
|
5 |
from Plan.AiLLM import llm_recognition
|
6 |
from Plan.pytesseractOCR import ocr_recognition
|
|
|
1 |
import os
|
2 |
|
3 |
import gradio as gr
|
4 |
+
import pytesseract
|
5 |
|
6 |
from Plan.AiLLM import llm_recognition
|
7 |
from Plan.pytesseractOCR import ocr_recognition
|