nftnik commited on
Commit
c5a9611
·
verified ·
1 Parent(s): 717456e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,9 +63,9 @@ def update_selection(evt: gr.SelectData, width, height):
63
  if "aspect" in selected_lora:
64
  if selected_lora["aspect"] == "portrait":
65
  width = 768
66
- height = 1024
67
  elif selected_lora["aspect"] == "landscape":
68
- width = 1024
69
  height = 768
70
  else:
71
  width = 1024
 
63
  if "aspect" in selected_lora:
64
  if selected_lora["aspect"] == "portrait":
65
  width = 768
66
+ height = 1344
67
  elif selected_lora["aspect"] == "landscape":
68
+ width = 1344
69
  height = 768
70
  else:
71
  width = 1024