hsienchen commited on
Commit
38485fc
1 Parent(s): ebcbf7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import pathlib
10
  txt_model = genai.GenerativeModel('gemini-pro')
11
  vis_model = genai.GenerativeModel('gemini-pro-vision')
12
 
13
- txt_prompt_1 = 'I have upload the image. The image contains two sample images, A and B. Both images should contain 4 objects. Please uese Image A as the base reference to idenfity the missing items in Image B. Please note that items may in random orientation and in different position on the image. '
14
  txt_display_1 = 'name the missing items on B'
15
 
16
  import os
 
10
  txt_model = genai.GenerativeModel('gemini-pro')
11
  vis_model = genai.GenerativeModel('gemini-pro-vision')
12
 
13
+ txt_prompt_1 = 'I have upload the image. The image contains two sample images, A images contains 4 objects--Lens, Aducam Board, Anti-Static Strap, and Raspberry Pi Board. List all objects in Image B. List the missing items.'
14
  txt_display_1 = 'name the missing items on B'
15
 
16
  import os