miguelcarv commited on
Commit
1360599
1 Parent(s): 34f251f

changed examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ iface = gr.Interface(
92
  ],
93
  outputs=gr.Textbox(label="Answer"),
94
  title="<h1 style='text-align: center; display: block;'>Pheye-x2 672x672 pixels</h1>",
95
- examples=[[taxi_image, "What is unusual about this image?"], [whiteboard, "What is the main topic of the whiteboard?"]]
96
  )
97
 
98
 
 
92
  ],
93
  outputs=gr.Textbox(label="Answer"),
94
  title="<h1 style='text-align: center; display: block;'>Pheye-x2 672x672 pixels</h1>",
95
+ examples=[[taxi_image, "What is unusual about this image?", 500, 1], [whiteboard, "What is the main topic of the whiteboard?", 500 ,1]]
96
  )
97
 
98