shtif commited on
Commit
ec4ea82
·
1 Parent(s): 2477b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def launch(input):
19
 
20
  return outputs
21
 
22
- description = "Simple BLIP test app for image captioning."
23
 
24
  iface = gr.Interface(launch, description=description, inputs=gr.inputs.File(file_count="multiple"), outputs="text")
25
  iface.launch()
 
19
 
20
  return outputs
21
 
22
+ description = "Simple BLIP image captioning app that supports multiple images as input."
23
 
24
  iface = gr.Interface(launch, description=description, inputs=gr.inputs.File(file_count="multiple"), outputs="text")
25
  iface.launch()