Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ To generate an image, follow these steps:
|
|
97 |
iface = gr.Interface(
|
98 |
fn=generate_image,
|
99 |
inputs=None,
|
100 |
-
outputs=gr.
|
101 |
title=title,
|
102 |
description=description,
|
103 |
article=content,
|
|
|
97 |
iface = gr.Interface(
|
98 |
fn=generate_image,
|
99 |
inputs=None,
|
100 |
+
outputs=gr.Image(label="Image", type="pil"),
|
101 |
title=title,
|
102 |
description=description,
|
103 |
article=content,
|