shlomoc commited on
Commit
6bc8ed2
1 Parent(s): f30f918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ description = "Uses the Blip Image Captioning Model from Salesforce"
16
 
17
  iface = gr.Interface(launch,
18
  inputs=gr.Image(type='pil'),
19
- outputs="caption",
20
  title=title,
21
  description=description)
22
 
 
16
 
17
  iface = gr.Interface(launch,
18
  inputs=gr.Image(type='pil'),
19
+ outputs="text",
20
  title=title,
21
  description=description)
22