PommesPeter commited on
Commit
8a566c0
1 Parent(s): 7de4fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -458,9 +458,12 @@ def main():
458
  )
459
  with gr.Row():
460
  res_choices = ["1024x1024", "512x2048", "2048x512"] + [
 
 
461
  "(Extrapolation) 1664x1664",
462
- "(Extrapolation) 1024x2048",
463
  "(Extrapolation) 2048x1024",
 
464
  ]
465
  resolution = gr.Dropdown(
466
  value=res_choices[0], choices=res_choices, label="Resolution"
 
458
  )
459
  with gr.Row():
460
  res_choices = ["1024x1024", "512x2048", "2048x512"] + [
461
+ "(Extrapolation) 2048x1920",
462
+ "(Extrapolation) 1920x2048",
463
  "(Extrapolation) 1664x1664",
464
+ "(Extrapolation) 1536x2560",
465
  "(Extrapolation) 2048x1024",
466
+ "(Extrapolation) 1024x2048",
467
  ]
468
  resolution = gr.Dropdown(
469
  value=res_choices[0], choices=res_choices, label="Resolution"