Spaces:
Runtime error
Runtime error
Fix bug
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ examples =[["image_0.png"]]
|
|
55 |
|
56 |
iface = gr.Interface(fn=process_image,
|
57 |
inputs=gr.inputs.Image(type="pil"),
|
58 |
-
outputs=[gr.outputs.Image(type='file', label=f'completion_{i}') for i in range(
|
59 |
title=title,
|
60 |
description=description,
|
61 |
article=article,
|
|
|
55 |
|
56 |
iface = gr.Interface(fn=process_image,
|
57 |
inputs=gr.inputs.Image(type="pil"),
|
58 |
+
outputs=[gr.outputs.Image(type='file', label=f'completion_{i}') for i in range(8)],
|
59 |
title=title,
|
60 |
description=description,
|
61 |
article=article,
|