Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def main():
|
|
95 |
iface = gr.Interface(
|
96 |
fn=image_create,
|
97 |
inputs='text',
|
98 |
-
|
99 |
title=TITLE,
|
100 |
description=DESCRIPTION,
|
101 |
article=ARTICLE,
|
|
|
95 |
iface = gr.Interface(
|
96 |
fn=image_create,
|
97 |
inputs='text',
|
98 |
+
outputs='image',
|
99 |
title=TITLE,
|
100 |
description=DESCRIPTION,
|
101 |
article=ARTICLE,
|