Update app.py
Browse files
app.py
CHANGED
@@ -28,12 +28,12 @@ gr.Interface(
|
|
28 |
gr.Gallery(rows=2, columns=1),
|
29 |
gr.Gallery(rows=2, columns=1),
|
30 |
gr.Gallery(rows=2, columns=1),
|
31 |
-
gr.Gallery(rows=2, columns=1),
|
32 |
-
gr.Gallery(rows=2, columns=1),
|
33 |
-
gr.Gallery(rows=2, columns=1),
|
34 |
-
gr.Gallery(rows=2, columns=1),
|
35 |
-
gr.Gallery(rows=2, columns=1),
|
36 |
-
gr.Gallery(rows=2, columns=1)
|
37 |
|
38 |
],
|
39 |
title="Stable Diffusion",
|
|
|
28 |
gr.Gallery(rows=2, columns=1),
|
29 |
gr.Gallery(rows=2, columns=1),
|
30 |
gr.Gallery(rows=2, columns=1),
|
31 |
+
# gr.Gallery(rows=2, columns=1),
|
32 |
+
# gr.Gallery(rows=2, columns=1),
|
33 |
+
# gr.Gallery(rows=2, columns=1),
|
34 |
+
# gr.Gallery(rows=2, columns=1),
|
35 |
+
# gr.Gallery(rows=2, columns=1),
|
36 |
+
# gr.Gallery(rows=2, columns=1)
|
37 |
|
38 |
],
|
39 |
title="Stable Diffusion",
|