Spaces:
Runtime error
Runtime error
Commit
·
5103476
1
Parent(s):
e9f68f0
back 512
Browse files
config.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
"""File with configs"""
|
| 2 |
from palette import COLOR_MAPPING_, COLOR_MAPPING
|
| 3 |
|
| 4 |
-
HEIGHT = 1024
|
| 5 |
-
WIDTH = 1024
|
| 6 |
-
|
| 7 |
-
|
| 8 |
#
|
| 9 |
|
| 10 |
|
|
|
|
| 1 |
"""File with configs"""
|
| 2 |
from palette import COLOR_MAPPING_, COLOR_MAPPING
|
| 3 |
|
| 4 |
+
# HEIGHT = 1024
|
| 5 |
+
# WIDTH = 1024
|
| 6 |
+
HEIGHT = 512
|
| 7 |
+
WIDTH = 512
|
| 8 |
#
|
| 9 |
|
| 10 |
|