michaelapplydesign commited on
Commit
5103476
·
1 Parent(s): e9f68f0
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
 
 
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