Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
5453add
1
Parent(s):
b879b29
fix
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -68,7 +68,7 @@ IDEFICS_LOGO = "https://huggingface.co/spaces/HuggingFaceM4/idefics_playground/r
|
|
68 |
|
69 |
PROCESSOR = AutoProcessor.from_pretrained(
|
70 |
"HuggingFaceM4/idefics-9b-instruct",
|
71 |
-
token=
|
72 |
)
|
73 |
|
74 |
BOT_AVATAR = "IDEFICS_logo.png"
|
|
|
68 |
|
69 |
PROCESSOR = AutoProcessor.from_pretrained(
|
70 |
"HuggingFaceM4/idefics-9b-instruct",
|
71 |
+
token=API_TOKEN,
|
72 |
)
|
73 |
|
74 |
BOT_AVATAR = "IDEFICS_logo.png"
|