Skip to content

Commit

Permalink
gradio compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-mokrov committed Oct 31, 2023
1 parent 396b257 commit 7513c58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"%pip install -q openvino-nightly\n",
"# other dependencies\n",
"%pip install -q torch \"transformers>=4.31.0\"\n",
"%pip install -q gradio\n",
"%pip install -q typing-extensions --upgrade # for compatibility with new gradio versions"
"%pip install -q \"typing-extensions==4.8.0\" # for compatibility python3.8 with new gradio versions\n",
"%pip install -q gradio"
],
"metadata": {
"collapsed": false
Expand Down

0 comments on commit 7513c58

Please sign in to comment.