Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
29661f8
1
Parent(s):
69f42de
utils.py
CHANGED
@@ -56,7 +56,7 @@ def sample_frame(model: LatentDiffusion, prompt: str, image_sequence: torch.Tens
|
|
56 |
#time.sleep(120)
|
57 |
print ('finished sleeping')
|
58 |
DDPM = False
|
59 |
-
DDPM =
|
60 |
|
61 |
DEBUG = True
|
62 |
if DEBUG:
|
|
|
56 |
#time.sleep(120)
|
57 |
print ('finished sleeping')
|
58 |
DDPM = False
|
59 |
+
DDPM = False
|
60 |
|
61 |
DEBUG = True
|
62 |
if DEBUG:
|