Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
46ea9f9
1
Parent(s):
a506c7e
main.py
CHANGED
@@ -28,7 +28,7 @@ NUM_MAX_FRAMES = 2
|
|
28 |
|
29 |
SCREEN_WIDTH = 512
|
30 |
SCREEN_HEIGHT = 384
|
31 |
-
NUM_SAMPLING_STEPS =
|
32 |
|
33 |
with open('latent_stats.json', 'r') as f:
|
34 |
latent_stats = json.load(f)
|
|
|
28 |
|
29 |
SCREEN_WIDTH = 512
|
30 |
SCREEN_HEIGHT = 384
|
31 |
+
NUM_SAMPLING_STEPS = 32
|
32 |
|
33 |
with open('latent_stats.json', 'r') as f:
|
34 |
latent_stats = json.load(f)
|