michaelapplydesign commited on
Commit
d51112b
·
1 Parent(s): c1dd8ce
Files changed (1) hide show
  1. config.py +5 -4
config.py CHANGED
@@ -1,10 +1,11 @@
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
  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: