Skip to content

Commit

Permalink
Add missing Title (#557)
Browse files Browse the repository at this point in the history
* add title

* pin to nb_helpers
  • Loading branch information
tcapelle authored Jul 26, 2024
1 parent 2d5b5bf commit fb1c85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.11
- name: Install Dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install nb_helpers
- name: Test clean up .ipynb files
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion colabs/diffusers/diffusers-image-generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"🔥🔥 Unconditional Image Generation using 🤗 Diffusers + Weights & Biases 🪄🐝\n",
"# 🔥🔥 Unconditional Image Generation using 🤗 Diffusers + Weights & Biases 🪄🐝\n",
"\n",
"<!--- @wandbcode{unconditional-diffusers-colab} -->\n",
"\n",
Expand Down

0 comments on commit fb1c85a

Please sign in to comment.