ariG23498 HF staff commited on
Commit
7d9a730
·
1 Parent(s): 2945767

changes in app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,8 +48,9 @@ iface = gr.Interface(
48
  outputs=[
49
  gr.outputs.Textbox(label="Title"),
50
  gr.outputs.Textbox(label="Caption"),
51
- gr.outputs.Image(type="pil", label="Images", num_outputs=5),
52
  ],
 
53
  examples_per_option=None,
54
  )
55
 
 
48
  outputs=[
49
  gr.outputs.Textbox(label="Title"),
50
  gr.outputs.Textbox(label="Caption"),
51
+ gr.outputs.Image(type="pil", label="Images"),
52
  ],
53
+ output_type="list",
54
  examples_per_option=None,
55
  )
56