KevanSoon commited on
Commit
91a1f6b
·
1 Parent(s): 6d282bc

testing endpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ import pytesseract
51
  # from auth.clerk import verify_clerk_jwt
52
 
53
  # --- MODIFIED: Replaced old tool imports with the new one ---
54
- from tools.tools import analyze_contract
55
 
56
  #numpy and paddleocr
57
  import numpy as np
 
51
  # from auth.clerk import verify_clerk_jwt
52
 
53
  # --- MODIFIED: Replaced old tool imports with the new one ---
54
+ # from tools.tools import analyze_contract
55
 
56
  #numpy and paddleocr
57
  import numpy as np