Spaces:
Runtime error
Runtime error
Commit
Β·
684a737
1
Parent(s):
b5d5c28
Change css to gallery
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with block as demo:
|
|
226 |
rounded=(False, True, True, False),
|
227 |
)
|
228 |
|
229 |
-
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="
|
230 |
grid=[1], height="auto"
|
231 |
)
|
232 |
|
|
|
226 |
rounded=(False, True, True, False),
|
227 |
)
|
228 |
|
229 |
+
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(
|
230 |
grid=[1], height="auto"
|
231 |
)
|
232 |
|