Anupam202224 commited on
Commit
0c8a4a7
·
verified ·
1 Parent(s): 03ccac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -223,8 +223,8 @@ def create_gradio_interface():
223
  return interface
224
 
225
  # For Google Colab, first run these installations
226
- !pip install -q pytesseract opencv-python
227
- !apt-get install -y tesseract-ocr > /dev/null 2>&1
228
 
229
  # Launch the interface
230
  if __name__ == "__main__":
 
223
  return interface
224
 
225
  # For Google Colab, first run these installations
226
+ #!pip install -q pytesseract opencv-python
227
+ #!apt-get install -y tesseract-ocr > /dev/null 2>&1
228
 
229
  # Launch the interface
230
  if __name__ == "__main__":