shtif commited on
Commit
11a49cd
·
1 Parent(s): 56aa136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,5 +18,6 @@ def launch(input):
18
 
19
  description = "Simple BLIP test app for image captioning."
20
 
21
- iface = gr.Interface(launch, description=description, inputs="image", outputs="text")
 
22
  iface.launch()
 
18
 
19
  description = "Simple BLIP test app for image captioning."
20
 
21
+ iface = gr.Interface(launch, description=description, outputs="text")
22
+ gr.inputs.File(file_count="multiple")
23
  iface.launch()