michaelapplydesign commited on
Commit
5fd022f
1 Parent(s): 405f281
Files changed (1) hide show
  1. config.py +4 -4
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
- # 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
  def to_rgb(color: str) -> tuple: