Yjiggfghhjnjj commited on
Commit
a1796fe
1 Parent(s): 2b4fa1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [image_turbo, image_lightning, image_hyper, image_r3, image_r4]
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,