Spaces:
Sleeping
Sleeping
Chnaged requirement text
Browse files- app/routes.py +2 -0
app/routes.py
CHANGED
@@ -3,6 +3,8 @@ from werkzeug.utils import secure_filename
|
|
3 |
import os
|
4 |
import easyocr
|
5 |
import pytesseract # Ensure this is imported
|
|
|
|
|
6 |
from PIL import Image
|
7 |
|
8 |
from app.config import Config
|
|
|
3 |
import os
|
4 |
import easyocr
|
5 |
import pytesseract # Ensure this is imported
|
6 |
+
from huggingface_hub import InferenceApi
|
7 |
+
|
8 |
from PIL import Image
|
9 |
|
10 |
from app.config import Config
|