Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastBen authored May 1, 2023
1 parent d27557d commit 64ee505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_stable_diffusion_AUTOMATIC1111.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
" if Use_Latest_Working_Commit:\n",
" !pip install gradio==3.16.2 --no-deps -qq\n",
" else:\n",
" !pip install gradio==3.28.1 --no-deps -qq\n",
" !pip install gradio==3.28.1 -qq\n",
"\n",
"clear_output()\n",
"inf('\\u2714 Done','success', '50px')"
Expand Down

0 comments on commit 64ee505

Please sign in to comment.