Skip to content

Commit

Permalink
restrict gradio version in notebooks used select on image (#1573)
Browse files Browse the repository at this point in the history
eaidova authored Dec 22, 2023
1 parent 198fb2e commit c87dbed
Showing 3 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion notebooks/237-segment-anything/237-segment-anything.ipynb
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q \"segment_anything\" \"gradio>=3.25\" \"openvino>=2023.1.0\" \"nncf>=2.5.0\" \"torch>=2.1\" \"torchvision>=0.16\" --extra-index-url https://download.pytorch.org/whl/cpu"
"%pip install -q \"segment_anything\" \"gradio>=3.25,<4.9\" \"openvino>=2023.1.0\" \"nncf>=2.5.0\" \"torch>=2.1\" \"torchvision>=0.16\" --extra-index-url https://download.pytorch.org/whl/cpu"
]
},
{
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
"%pip install -q \"ultralytics==8.0.200\" onnx --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"openvino-dev>=2023.1.0\"\n",
"%pip install -q \"nncf>=2.6.0\"\n",
"%pip install -q gradio"
"%pip install -q \"gradio<4.9\""
]
},
{
69 changes: 35 additions & 34 deletions notebooks/274-efficient-sam/274-efficient-sam.ipynb

Large diffs are not rendered by default.

0 comments on commit c87dbed

Please sign in to comment.