Spaces:
Paused
Paused
change AutoProcessor to AutoImageProcessor
Browse files- 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 =
|
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 |
|