LahiruD95 commited on
Commit
f5871c5
·
1 Parent(s): 6fc43de

Chnaged requirement text

Browse files
Files changed (1) hide show
  1. 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