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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
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():
169
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
 
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():
169
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)