Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ with block:
|
|
280 |
'洛丽塔风格(Lolita style)', '巴洛克风格(Baroque style)', '超现实主义(Surrealism)', '探索无限(Explore infinity)'], value='探索无限(Explore infinity)', type="index")
|
281 |
gallery = gr.Gallery(
|
282 |
label="Generated images", show_label=False, elem_id="gallery"
|
283 |
-
).style(grid=[
|
284 |
status_text = gr.Textbox(
|
285 |
label="处理状态(Process status)",
|
286 |
show_label=True,
|
|
|
280 |
'洛丽塔风格(Lolita style)', '巴洛克风格(Baroque style)', '超现实主义(Surrealism)', '探索无限(Explore infinity)'], value='探索无限(Explore infinity)', type="index")
|
281 |
gallery = gr.Gallery(
|
282 |
label="Generated images", show_label=False, elem_id="gallery"
|
283 |
+
).style(grid=[1, 4], height="auto")
|
284 |
status_text = gr.Textbox(
|
285 |
label="处理状态(Process status)",
|
286 |
show_label=True,
|