Update app.py
Browse files
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,
|