Garvitj commited on
Commit
77c3fb7
·
verified ·
1 Parent(s): 1800941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ import io
26
 
27
  # print(f"Model and tokenizer loaded from {save_directory}")
28
 
29
- tess.pytesseract.tesseract_cmd = r"Garvitj/grader/tesseract.exe"
30
 
31
  # Use a pipeline as a high-level helper
32
  # pipe = pipeline("text-generation", model="eachadea/vicuna-7b-1.1")
 
26
 
27
  # print(f"Model and tokenizer loaded from {save_directory}")
28
 
29
+ tess.pytesseract.tesseract_cmd = r"tesseract"
30
 
31
  # Use a pipeline as a high-level helper
32
  # pipe = pipeline("text-generation", model="eachadea/vicuna-7b-1.1")