fix typo in function import get_comic in notebook

pull/17/head
bear stonem 2024-05-04 14:42:04 -07:00
parent 70ae455b13
commit 2962856e3e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"import copy\n",
"import os\n",
"from diffusers.utils import load_image\n",
"from utils.utils import get_commic\n",
"from utils.utils import get_comic\n",
"from utils.style_template import styles"
]
},