piyk commited on
Commit
d1b814d
·
verified ·
1 Parent(s): 07996f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(css=css) as demo:
155
  container=False,
156
  placeholder="Describe the image you want",
157
  )
158
- run_button = gr.Button("Generate")
159
  result = gr.Image(label="Result", show_label=False)
160
  with gr.Accordion("Advanced options", open=False):
161
  with gr.Row():
 
155
  container=False,
156
  placeholder="Describe the image you want",
157
  )
158
+ run_button = gr.Button("Generate",scale=0)
159
  result = gr.Image(label="Result", show_label=False)
160
  with gr.Accordion("Advanced options", open=False):
161
  with gr.Row():