ashwml commited on
Commit
5b02acc
·
1 Parent(s): 9e78a3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ out_response = gr.outputs.Textbox(label="Caption generated by ViT+GPT-2")
121
 
122
  iface = gr.Interface(fn=predict_event,
123
  inputs=gr.inputs.Image(type="pil"),
124
- outputs=out_response,
125
  enable_queue=True)
126
 
127
 
 
121
 
122
  iface = gr.Interface(fn=predict_event,
123
  inputs=gr.inputs.Image(type="pil"),
124
+ outputs = [out_response],
125
  enable_queue=True)
126
 
127