programmnix-askui commited on
Commit
87fc8c6
Β·
1 Parent(s): f659d73

Add deepseek

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def deepseek(image):
79
  ]
80
 
81
  # load images and prepare for inputs
82
- pil_images = load_pil_images(conversation)
83
  prepare_inputs = vl_chat_processor(
84
  conversations=conversation,
85
  images=[image],
 
79
  ]
80
 
81
  # load images and prepare for inputs
82
+ #pil_images = load_pil_images(conversation)
83
  prepare_inputs = vl_chat_processor(
84
  conversations=conversation,
85
  images=[image],