We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4a132 commit e76e0a9Copy full SHA for e76e0a9
notebooks/280-depth-anything/280-depth-anything.ipynb
@@ -65,7 +65,7 @@
65
"%pip install -q \"typing-extensions>=4.9.0\" eval-type-backport\n",
66
"%pip install -q -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu\n",
67
"\n",
68
- "if platform.python_version_tuple()[1] == 8: \n",
+ "if platform.python_version_tuple()[1] == \"8\": \n",
69
" %pip install -q \"gradio-imageslider<=0.0.17\" \"typing-extensions>=4.9.0\""
70
]
71
},
0 commit comments