Spaces:
Running
on
Zero
Running
on
Zero
Yjiggfghhjnjj
commited on
Commit
•
a1796fe
1
Parent(s):
2b4fa1a
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks() as demo:
|
|
164 |
with gr.Column():
|
165 |
image_r4 = gr.Gallery(label="RealVisXL V4",columns=1, preview=True,)
|
166 |
gr.Markdown("## [RealVisXL V3](https://huggingface.co)")
|
167 |
-
image_outputs = [
|
168 |
gr.on(
|
169 |
triggers=[
|
170 |
prompt.submit,
|
|
|
164 |
with gr.Column():
|
165 |
image_r4 = gr.Gallery(label="RealVisXL V4",columns=1, preview=True,)
|
166 |
gr.Markdown("## [RealVisXL V3](https://huggingface.co)")
|
167 |
+
image_outputs = [image_r3, image_r4]
|
168 |
gr.on(
|
169 |
triggers=[
|
170 |
prompt.submit,
|