aifeifei798 commited on
Commit
7735836
·
verified ·
1 Parent(s): 7e3e8d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ DarkIdol-flux + feifei-flux-lora is a text-to-image AI model designed to create
100
  container=False,
101
  )
102
 
103
- run_button = gr.Button("Run", scale=0)
104
 
105
  result = gr.Image(label="Result", show_label=False,height=520)
106
 
 
100
  container=False,
101
  )
102
 
103
+ run_button = gr.Button("Run")
104
 
105
  result = gr.Image(label="Result", show_label=False,height=520)
106