Skip to content

Commit

Permalink
move easyocr install (#2630)
Browse files Browse the repository at this point in the history
CVS-159956
  • Loading branch information
eaidova authored Jan 6, 2025
1 parent cdb26bc commit 5b851c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/omniparser/omniparser.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"source": [
"import platform\n",
"\n",
"%pip install -q \"torch>=2.1\" easyocr torchvision accelerate \"supervision==0.18.0\" \"transformers>=4.45\" timm \"einops==0.8.0\" \"ultralytics==8.1.24\" pillow opencv-python \"gradio>=4.19\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"torch>=2.1\" torchvision accelerate \"supervision==0.18.0\" \"transformers>=4.45\" timm \"einops==0.8.0\" \"ultralytics==8.1.24\" pillow opencv-python \"gradio>=4.19\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q easyocr --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"openvino>=2024.4.0\"\n",
"\n",
"if platform.system() == \"Darwin\":\n",
Expand Down

0 comments on commit 5b851c9

Please sign in to comment.