mrfakename commited on
Commit
b442570
1 Parent(s): 2c23c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -160,9 +160,8 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
160
  show_label=False,
161
  max_lines=1,
162
  placeholder="Enter your prompt",
163
- container=False,
164
  )
165
- run_button = gr.Button("Run", scale=0)
166
  result = gr.Image(label="Result", show_label=False)
167
  with gr.Accordion("Advanced options", open=False):
168
  with gr.Row():
 
160
  show_label=False,
161
  max_lines=1,
162
  placeholder="Enter your prompt",
 
163
  )
164
+ run_button = gr.Button("Run")
165
  result = gr.Image(label="Result", show_label=False)
166
  with gr.Accordion("Advanced options", open=False):
167
  with gr.Row():