Aumkeshchy2003 commited on
Commit
d4640a8
·
verified ·
1 Parent(s): 4012737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from PIL import Image
3
  import pytesseract
4
  import re
5
- from typing import list
6
 
7
  def tesseract_ocr(filepath: str, languages: List[str]):
8
  image = Image.open(filepath)
 
2
  from PIL import Image
3
  import pytesseract
4
  import re
5
+ from typing import List
6
 
7
  def tesseract_ocr(filepath: str, languages: List[str]):
8
  image = Image.open(filepath)