Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
cc0c28f
1
Parent(s):
4ed1730
add mobile landscape support
Browse files
app.py
CHANGED
@@ -85,6 +85,7 @@ iface = gr.Interface(
|
|
85 |
choices=[
|
86 |
("Select Layout", "750x1334"),
|
87 |
("Mobile Portrait (750x1334)", "750x1334"),
|
|
|
88 |
("Square (2048x2048)", "2048x2048")
|
89 |
],
|
90 |
value="750x1334",
|
|
|
85 |
choices=[
|
86 |
("Select Layout", "750x1334"),
|
87 |
("Mobile Portrait (750x1334)", "750x1334"),
|
88 |
+
("Mobile Landscape (940x470)", "940x470"),
|
89 |
("Square (2048x2048)", "2048x2048")
|
90 |
],
|
91 |
value="750x1334",
|