Update app.py
Browse files
app.py
CHANGED
@@ -631,6 +631,7 @@ if __name__ == "__main__":
|
|
631 |
prompt,
|
632 |
images[0], captions[0],
|
633 |
images[1], captions[1],
|
|
|
634 |
],
|
635 |
outputs=output,
|
636 |
fn=generate_image,
|
|
|
631 |
prompt,
|
632 |
images[0], captions[0],
|
633 |
images[1], captions[1],
|
634 |
+
images[2], captions[2],
|
635 |
],
|
636 |
outputs=output,
|
637 |
fn=generate_image,
|