dagloop5 commited on
Commit
fd56379
·
verified ·
1 Parent(s): ec00ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ DEFAULT_FRAME_RATE = 24.0
92
 
93
  # Resolution presets: (width, height)
94
  RESOLUTIONS = {
95
- "high": {"16:9": (1536, 1024), "9:16": (1024, 1536), "1:1": (1024, 1024)},
96
- "low": {"16:9": (768, 512), "9:16": (512, 768), "1:1": (768, 768)},
97
  }
98
 
99
 
 
92
 
93
  # Resolution presets: (width, height)
94
  RESOLUTIONS = {
95
+ "high": {"16:9": (1536, 1024), "9:16": (1024, 1536), "1:1": (1024, 1024), "9:7": (1408, 1088), "7:9": (1088, 1408), "19:13": (1472, 1008), "13:19": (1008, 1472)},
96
+ "low": {"16:9": (768, 512), "9:16": (512, 768), "1:1": (768, 768), "9:7": (704, 544), "7:9": (544, 704), "19:13": (736, 504), "13:19": (504, 736)},
97
  }
98
 
99