Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
a0804a0
1
Parent(s):
7520d1c
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ model_config.update({
|
|
31 |
'class_cond': False,
|
32 |
'diffusion_steps': 1000,
|
33 |
'rescale_timesteps': False,
|
34 |
-
'timestep_respacing': '
|
35 |
'image_size': 256,
|
36 |
'learn_sigma': True,
|
37 |
'noise_schedule': 'linear',
|
|
|
31 |
'class_cond': False,
|
32 |
'diffusion_steps': 1000,
|
33 |
'rescale_timesteps': False,
|
34 |
+
'timestep_respacing': '200',
|
35 |
'image_size': 256,
|
36 |
'learn_sigma': True,
|
37 |
'noise_schedule': 'linear',
|