Skip to content

Commit 3c95267

Browse files
AWAS666vladmandic
authored andcommitted
fix: wrong import to typo in deepbooru api import
1 parent 4187692 commit 3c95267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/endpoints.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def post_interrogate(req: models.ReqInterrogate):
8080
caption = shared.interrogator.interrogate(image)
8181
return models.ResInterrogate(caption)
8282
elif req.model == "deepdanbooru":
83-
from mobules import deepbooru
83+
from modules import deepbooru
8484
caption = deepbooru.model.tag(image)
8585
return models.ResInterrogate(caption)
8686
else:

0 commit comments

Comments
 (0)