debisoft commited on
Commit
4c19047
·
1 Parent(s): a61c498
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -258,7 +258,8 @@ def greet(input):
258
 
259
  #samples, intermediate = sample_ddim_context(32, ctx, n=steps)
260
 
261
- samples, intermediate = sample_ddpm_context(image_count, steps, ctx)
 
262
 
263
  #samples, intermediate = sample_ddim(32, n=steps)
264
  #ctx = F.one_hot(torch.randint(0, 5, (32,)), 5).to(device=device).float()
 
258
 
259
  #samples, intermediate = sample_ddim_context(32, ctx, n=steps)
260
 
261
+ #samples, intermediate = sample_ddpm_context(image_count, steps, ctx)
262
+ samples, intermediate = sample_ddim_context(image_count, steps, ctx)
263
 
264
  #samples, intermediate = sample_ddim(32, n=steps)
265
  #ctx = F.one_hot(torch.randint(0, 5, (32,)), 5).to(device=device).float()