Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,14 @@ with gr.Blocks() as demo:
|
|
93 |
multimodal=True,
|
94 |
examples=[
|
95 |
"How can we rationalize quantum entanglement?",
|
|
|
96 |
{'files': ['./sample_ID.jpeg',], 'text': 'Describe this image in a few words.'},
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
98 |
]
|
99 |
)
|
100 |
|
|
|
93 |
multimodal=True,
|
94 |
examples=[
|
95 |
"How can we rationalize quantum entanglement?",
|
96 |
+
"Peux-tu expliquer le terme 'quantum spin'?"
|
97 |
{'files': ['./sample_ID.jpeg',], 'text': 'Describe this image in a few words.'},
|
98 |
+
{
|
99 |
+
'files': ['./sample_ID.jpeg',],
|
100 |
+
'text': (
|
101 |
+
'Could you extract the information present in the image '
|
102 |
+
'and present it as a bulleted list?')
|
103 |
+
},
|
104 |
]
|
105 |
)
|
106 |
|