Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>
  • Loading branch information
oOraph committed Nov 29, 2023
1 parent c0266fc commit 0e7543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_images/diffusers/app/pipelines/image_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, model_id: str):
filename,
model_id,
)
model_data = model_info(model_id, token=self.use_auth_token)
model_data = model_info(model_id, token=use_auth_token)
else:
model_data = hf_api.ModelInfo(**model_data)

Expand Down

0 comments on commit 0e7543c

Please sign in to comment.