Skip to content

Commit

Permalink
fix downloading gradio helper in flux notebook (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Sep 13, 2024
1 parent e14498f commit 5f70e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
" open(\"flux_helper.py\", \"w\").write(r.text)\n",
"\n",
"if not Path(\"gradio_helper.py\").exists():\n",
" r = requests.get(url=\"https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/latest/notebooks/flux.1-image-generatio/gradio_helper.py\")\n",
" r = requests.get(url=\"https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/latest/notebooks/flux.1-image-generation/gradio_helper.py\")\n",
" open(\"gradio_helper.py\", \"w\").write(r.text)\n",
"\n",
"if not Path(\"notebook_utils.py\").exists():\n",
Expand Down

0 comments on commit 5f70e2c

Please sign in to comment.