dwb2023 commited on
Commit
d7ed243
·
verified ·
1 Parent(s): 6bb06c8

change AutoProcessor to AutoImageProcessor

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -35,7 +35,7 @@ MODELS = {
35
  trust_remote_code=True
36
  ).to(DEVICE),
37
  }
38
- PROCESSOR = AutoProcessor.from_pretrained(
39
  "Salesforce/xgen-mm-phi3-mini-instruct-interleave-r-v1.5",
40
  )
41
 
 
35
  trust_remote_code=True
36
  ).to(DEVICE),
37
  }
38
+ PROCESSOR = AutoImageProcessor.from_pretrained(
39
  "Salesforce/xgen-mm-phi3-mini-instruct-interleave-r-v1.5",
40
  )
41