Faiss commited on
Commit
3a764de
1 Parent(s): 38b09ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,6 +1,4 @@
1
- import gradio as gr
2
- import pytesseract
3
- import os
4
 
5
  def process(image: str, lang: str = 'eng') -> str:
6
  try:
 
1
+ import gradio as gr, pytesseract, cv2, os
 
 
2
 
3
  def process(image: str, lang: str = 'eng') -> str:
4
  try: