Spaces:
Running
on
Zero
Running
on
Zero
Update aspect_ratio_template.py
Browse files- aspect_ratio_template.py +2 -2
aspect_ratio_template.py
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
aspect_ratio_list = [
|
6 |
{
|
7 |
"name": "Instagram (1:1)",
|
8 |
-
"w":
|
9 |
-
"h":
|
10 |
},
|
11 |
{
|
12 |
"name": "35mm film / Landscape (3:2)",
|
|
|
5 |
aspect_ratio_list = [
|
6 |
{
|
7 |
"name": "Instagram (1:1)",
|
8 |
+
"w": 1024,
|
9 |
+
"h": 1024,
|
10 |
},
|
11 |
{
|
12 |
"name": "35mm film / Landscape (3:2)",
|