artintel235 commited on
Commit
a291ed6
·
verified ·
1 Parent(s): baaab55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -53,6 +53,10 @@ async def generate_image_async(prompt, aspect_ratio):
53
  app_commands.Choice(name="1:1 (Square)", value="1:1"),
54
  app_commands.Choice(name="9:16 (Vertical)", value="9:16"),
55
  app_commands.Choice(name="16:9 (Horizontal)", value="16:9"),
 
 
 
 
56
  ]
57
  )
58
  async def generate_command(
 
53
  app_commands.Choice(name="1:1 (Square)", value="1:1"),
54
  app_commands.Choice(name="9:16 (Vertical)", value="9:16"),
55
  app_commands.Choice(name="16:9 (Horizontal)", value="16:9"),
56
+ app_commands.Choice(name="3:4", value="3:4"),
57
+ app_commands.Choice(name="4:3", value="4:3"),
58
+ app_commands.Choice(name="9:21", value="9:21"),
59
+ app_commands.Choice(name="21:9", value="21:9"),
60
  ]
61
  )
62
  async def generate_command(