philschmid commited on
Commit
8e1ebc1
·
1 Parent(s): cb8919b

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  import os
5
 
6
 
7
- os.system("sudo apt install -y tesseract-ocr")
8
  os.system("pip3 install pytesseract==0.3.9")
9
 
10
 
 
4
  import os
5
 
6
 
7
+ os.system("apt install -y tesseract-ocr")
8
  os.system("pip3 install pytesseract==0.3.9")
9
 
10