lixin4ever commited on
Commit
ffbcee9
·
verified ·
1 Parent(s): a500181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks() as interface:
153
  gr.Examples(examples=[
154
  [f"examples/cake.jpg", "What are the words on the cake?"],
155
  [f"examples/chart.jpg", "What do you think of this stock? Is it worth holding? Why?"],
156
- [f"examples/performance.png", "Which model do you think is the strongest? Why?"],
157
  ], inputs=[input_image, input_text], label="Image examples")
158
 
159
  with gr.Tab(label="Configure"):
 
153
  gr.Examples(examples=[
154
  [f"examples/cake.jpg", "What are the words on the cake?"],
155
  [f"examples/chart.jpg", "What do you think of this stock? Is it worth holding? Why?"],
156
+ [f"examples/performance.png", "Which model do you think is optimal? Why?"],
157
  ], inputs=[input_image, input_text], label="Image examples")
158
 
159
  with gr.Tab(label="Configure"):