Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,8 +223,8 @@ def create_gradio_interface():
|
|
223 |
return interface
|
224 |
|
225 |
# For Google Colab, first run these installations
|
226 |
-
|
227 |
-
|
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__":
|