xxx1 commited on
Commit
3b1ade6
1 Parent(s): ef62595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -155,8 +155,7 @@ with gr.Blocks(
155
  ['qa9.jpg',"What type of vehicle is being pulled by the horses ?",'The vehicle being pulled by the horses is likely a sleigh.','carriage','Sled'],
156
  ['upload4.jpg',"What is this old man doing?","The old man is fishing.","fishing","Fishing"]]
157
  examples = gr.Examples(
158
- examples=examples,
159
- inputs=[image_input, chat_input,caption_output_v1,caption_output,gpt3_output_v1],
160
  )
161
 
162
  iface.queue(concurrency_count=1, api_open=False, max_size=10)
 
155
  ['qa9.jpg',"What type of vehicle is being pulled by the horses ?",'The vehicle being pulled by the horses is likely a sleigh.','carriage','Sled'],
156
  ['upload4.jpg',"What is this old man doing?","The old man is fishing.","fishing","Fishing"]]
157
  examples = gr.Examples(
158
+ examples=examples,inputs=[image_input, chat_input,caption_output_v1,caption_output,gpt3_output_v1],
 
159
  )
160
 
161
  iface.queue(concurrency_count=1, api_open=False, max_size=10)