Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikubill committed Mar 12, 2023
1 parent 6eaa008 commit 5bf7e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def get_answer_from_question_and_image(self, inputs):
class ConversationBot:
def __init__(self):
print("Initializing VisualChatGPT")
self.edit = ImageEditing(device=device)
# self.edit = ImageEditing(device=device)
self.i2t = ImageCaptioning(device=device)
self.t2i = T2I(device=device)
self.image2canny = image2canny()
Expand Down

0 comments on commit 5bf7e54

Please sign in to comment.