aifeifei798 commited on
Commit
7c39e00
·
verified ·
1 Parent(s): 34c8eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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