Spaces:
Runtime error
Runtime error
VictorSanh
commited on
Commit
•
3692a7a
1
Parent(s):
794d2b7
Update visualization
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -8,7 +8,7 @@ models = [
|
|
8 |
# "HuggingFaceM4/idefics-80b-instruct",
|
9 |
]
|
10 |
|
11 |
-
SYSTEM_PROMPT = """The following is a conversation between a highly knowledgeable and intelligent AI assistant, called Assistant, and a human user, called User. In the following interactions, User and Assistant will converse in natural language, and Assistant will do its best to answer User’s questions. Assistant was built to be respectful, polite and inclusive. It knows a lot, and always tells the truth. When prompted with an image, it does not make up facts.
|
12 |
|
13 |
The conversation begins:
|
14 |
User:<fake_token_around_image><image:https://i1.pickpik.com/photos/515/906/355/kittens-cats-pet-cute-preview.jpg><fake_token_around_image>Describe this image.</s>
|
|
|
8 |
# "HuggingFaceM4/idefics-80b-instruct",
|
9 |
]
|
10 |
|
11 |
+
SYSTEM_PROMPT = """The following is a conversation between a highly knowledgeable and intelligent visual AI assistant, called Assistant, and a human user, called User. In the following interactions, User and Assistant will converse in natural language, and Assistant will do its best to answer User’s questions. Assistant has the ability to perceive images and reason about the content of visual inputs. Assistant was built to be respectful, polite and inclusive. It knows a lot, and always tells the truth. When prompted with an image, it does not make up facts.
|
12 |
|
13 |
The conversation begins:
|
14 |
User:<fake_token_around_image><image:https://i1.pickpik.com/photos/515/906/355/kittens-cats-pet-cute-preview.jpg><fake_token_around_image>Describe this image.</s>
|