Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ demo = gr.Interface(
|
|
51 |
outputs="text",
|
52 |
examples=[
|
53 |
[os.path.join(os.getcwd(), 'two_bear.png'), ""],
|
|
|
54 |
[os.path.join(os.getcwd(), 'cat_with_food.png'), "Describe the picture:"],
|
55 |
[os.path.join(os.getcwd(), 'dog_with_frisbee.png'), "What is the color of the frisbee in the photo? Answer:"],
|
56 |
[os.path.join(os.getcwd(), 'stop_sign.png'), "What does the sign in the picture say? Answer:"]
|
|
|
51 |
outputs="text",
|
52 |
examples=[
|
53 |
[os.path.join(os.getcwd(), 'two_bear.png'), ""],
|
54 |
+
[os.path.join(os.getcwd(), 'three_women.png'), "What is the woman in the middle's dress's color is? Answer:"],
|
55 |
[os.path.join(os.getcwd(), 'cat_with_food.png'), "Describe the picture:"],
|
56 |
[os.path.join(os.getcwd(), 'dog_with_frisbee.png'), "What is the color of the frisbee in the photo? Answer:"],
|
57 |
[os.path.join(os.getcwd(), 'stop_sign.png'), "What does the sign in the picture say? Answer:"]
|