aifeifei798 commited on
Commit
27dc4a4
1 Parent(s): 576d98c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ DarkIdol-flux is a text-to-image AI model designed to create aesthetic, detailed
76
  container=False,
77
  )
78
 
79
- run_button = gr.Button("Run", scale=0)
80
 
81
  result = gr.Image(label="Result", show_label=False,height=520)
82
 
 
76
  container=False,
77
  )
78
 
79
+ run_button = gr.Button("Run")
80
 
81
  result = gr.Image(label="Result", show_label=False,height=520)
82