Spaces:
Runtime error
Runtime error
Commit
·
d51112b
1
Parent(s):
c1dd8ce
1024
Browse files
config.py
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
"""File with configs"""
|
| 2 |
from palette import COLOR_MAPPING_, COLOR_MAPPING
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
HEIGHT = 512
|
| 7 |
-
WIDTH = 512
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
def to_rgb(color: str) -> tuple:
|
|
|
|
| 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 |
|
| 11 |
def to_rgb(color: str) -> tuple:
|