Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ DarkIdol-flux-v1 is a text-to-image AI model designed to create aesthetic, detai
|
|
67 |
|
68 |
run_button = gr.Button("Run", scale=0)
|
69 |
|
70 |
-
result = gr.Image(label="Result", show_label=False)
|
71 |
|
72 |
with gr.Accordion("Advanced Settings", open=False):
|
73 |
|
|
|
67 |
|
68 |
run_button = gr.Button("Run", scale=0)
|
69 |
|
70 |
+
result = gr.Image(label="Result", show_label=False,height=520)
|
71 |
|
72 |
with gr.Accordion("Advanced Settings", open=False):
|
73 |
|