added output
Browse files
app.py
CHANGED
@@ -168,7 +168,8 @@ generator = gr.Interface(
|
|
168 |
label="Seed",
|
169 |
randomize=True,
|
170 |
)
|
171 |
-
]
|
|
|
172 |
)
|
173 |
|
174 |
# with gr.Blocks() as blocks:
|
|
|
168 |
label="Seed",
|
169 |
randomize=True,
|
170 |
)
|
171 |
+
],
|
172 |
+
outputs="image"
|
173 |
)
|
174 |
|
175 |
# with gr.Blocks() as blocks:
|