Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
2036bc0
1
Parent(s):
bbba259
added new dimension
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ iface = gr.Interface(
|
|
55 |
gr.components.Dropdown(
|
56 |
choices=[
|
57 |
("Select Dimension", "750x1334"),
|
58 |
-
("Mobile Portrait (750x1334)", "750x1334")
|
|
|
59 |
],
|
60 |
value="750x1334",
|
61 |
label="Image Dimension"
|
|
|
55 |
gr.components.Dropdown(
|
56 |
choices=[
|
57 |
("Select Dimension", "750x1334"),
|
58 |
+
("Mobile Portrait (750x1334)", "750x1334"),
|
59 |
+
("Square (2048x2048)", "2048x2048")
|
60 |
],
|
61 |
value="750x1334",
|
62 |
label="Image Dimension"
|