profaker commited on
Commit
60b6d74
1 Parent(s): be76db5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with image_blocks as demo:
140
  btn = gr.Button("Generate", elem_id="run_button")
141
 
142
  with gr.Column():
143
- image_out = gr.Image(label="Output", elem_id="output-img", height=512, width=512)
144
  btn.click(fn=predict, inputs=[prompt, negative_prompt, guidance_scale, steps, model,scheduler, lora, lora_weight],
145
  outputs=[image_out], api_name='run')
146
  prompt.submit(fn=predict, inputs=[prompt, negative_prompt, guidance_scale, steps, model,scheduler, lora, lora_weight],
 
140
  btn = gr.Button("Generate", elem_id="run_button")
141
 
142
  with gr.Column():
143
+ image_out = gr.Image(label="Output", elem_id="output-img", height=1024, width=512)
144
  btn.click(fn=predict, inputs=[prompt, negative_prompt, guidance_scale, steps, model,scheduler, lora, lora_weight],
145
  outputs=[image_out], api_name='run')
146
  prompt.submit(fn=predict, inputs=[prompt, negative_prompt, guidance_scale, steps, model,scheduler, lora, lora_weight],