ashwml commited on
Commit
fb973a1
·
1 Parent(s): 97f1c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ description = "final capstone"
122
  iface = gr.Interface(fn=predict_event,
123
  # inputs=gr.inputs.Image(type="pil"),
124
  gr.Image(type="pil"),"image",
125
- outputs = gr.outputs.Textbox(label="Caption generated by ViT+GPT-2")
126
 
127
 
128
 
 
122
  iface = gr.Interface(fn=predict_event,
123
  # inputs=gr.inputs.Image(type="pil"),
124
  gr.Image(type="pil"),"image",
125
+ outputs = gr.outputs.Textbox(label="Caption generated by ViT+GPT-2"))
126
 
127
 
128