byte-vortex commited on
Commit
a01fb4d
·
verified ·
1 Parent(s): ac593a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -528,8 +528,8 @@ with gr.Blocks(title="A.R.I.A. Agent") as demo:
528
  gr.Gallery(
529
  value=[
530
  (os.path.join(ASSETS_DIR, "rabbit2.png"), "1. Input Signal"),
531
- (os.path.join(ASSETS_DIR, "ex3-step2.webp"), "2. Watercolor"),
532
- (os.path.join(ASSETS_DIR, "ex3-step3.webp"), "3. Ethereal Fantasy")
533
  ],
534
  columns=3,
535
  rows=1,
 
528
  gr.Gallery(
529
  value=[
530
  (os.path.join(ASSETS_DIR, "rabbit2.png"), "1. Input Signal"),
531
+ (os.path.join(ASSETS_DIR, "ex3-step2.webp"), "2. Base: Watercolor"),
532
+ (os.path.join(ASSETS_DIR, "ex3-step3.webp"), "3. Final: Ethereal Fantasy")
533
  ],
534
  columns=3,
535
  rows=1,