hsienchen commited on
Commit
0d0d287
1 Parent(s): 5fed0bb

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 = 'The image contains two sample images, A and B. Please provide the names for each items on Image B.'
14
  txt_display_1 = 'name the 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 = 'The image contains two sample images, A and B. Please provide the names for each item on Image B.'
14
  txt_display_1 = 'name the items on B?'
15
 
16
  import os