Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ gr.Interface(
|
|
| 24 |
],
|
| 25 |
outputs =
|
| 26 |
[
|
| 27 |
-
gr.Gallery(rows=2, columns=1
|
| 28 |
gr.Gallery(rows=2, columns=1),
|
| 29 |
gr.Gallery(rows=2, columns=1),
|
| 30 |
gr.Gallery(rows=2, columns=1),
|
|
|
|
| 24 |
],
|
| 25 |
outputs =
|
| 26 |
[
|
| 27 |
+
gr.Gallery(rows=2, columns=1),
|
| 28 |
gr.Gallery(rows=2, columns=1),
|
| 29 |
gr.Gallery(rows=2, columns=1),
|
| 30 |
gr.Gallery(rows=2, columns=1),
|