We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4187692 commit 3c95267Copy full SHA for 3c95267
modules/api/endpoints.py
@@ -80,7 +80,7 @@ def post_interrogate(req: models.ReqInterrogate):
80
caption = shared.interrogator.interrogate(image)
81
return models.ResInterrogate(caption)
82
elif req.model == "deepdanbooru":
83
- from mobules import deepbooru
+ from modules import deepbooru
84
caption = deepbooru.model.tag(image)
85
86
else:
0 commit comments