Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
8594846
1
Parent(s):
eb2ddcd
main.py
CHANGED
@@ -26,7 +26,7 @@ DEBUG_MODE = False
|
|
26 |
|
27 |
SCREEN_WIDTH = 512
|
28 |
SCREEN_HEIGHT = 384
|
29 |
-
NUM_SAMPLING_STEPS =
|
30 |
|
31 |
with open('latent_stats.json', 'r') as f:
|
32 |
latent_stats = json.load(f)
|
|
|
26 |
|
27 |
SCREEN_WIDTH = 512
|
28 |
SCREEN_HEIGHT = 384
|
29 |
+
NUM_SAMPLING_STEPS = 32
|
30 |
|
31 |
with open('latent_stats.json', 'r') as f:
|
32 |
latent_stats = json.load(f)
|