Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ 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.
|
14 |
-
txt_display_1 = 'name the items on B
|
15 |
|
16 |
import os
|
17 |
|
|
|
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. Use Image A as the base reference, name the list of missing items for Image B.'
|
14 |
+
txt_display_1 = 'name the missing items on B'
|
15 |
|
16 |
import os
|
17 |
|