Skip to content

Commit

Permalink
Add dependency installation to notebook (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopyl authored Jul 21, 2023
1 parent b1817a0 commit c70d3b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/blip-diffusion/notebooks/generation_zeroshot.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install 'git+https://github.com/salesforce/LAVIS.git'"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit c70d3b6

Please sign in to comment.