miguelcarv commited on
Commit
d381d50
1 Parent(s): 1360599

changed num beams to 3

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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?", 500, 1], [whiteboard, "What is the main topic of the whiteboard?", 500 ,1]]
96
  )
97
 
98
 
@@ -100,4 +100,4 @@ iface = gr.Interface(
100
 
101
  if __name__ == "__main__":
102
  # Launch the Gradio app
103
- iface.launch()
 
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, 3], [whiteboard, "What is the main topic of the whiteboard?", 500, 3]]
96
  )
97
 
98
 
 
100
 
101
  if __name__ == "__main__":
102
  # Launch the Gradio app
103
+ iface.launch()