Spaces:
Running
Running
changes in app
Browse files
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"
|
| 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 |
|