Didier commited on
Commit
74c9a68
·
verified ·
1 Parent(s): 24306aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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
- "Peux-tu expliquer le 'quantum spin'?"
 
 
 
 
 
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