debisoft commited on
Commit
b6a29ba
·
1 Parent(s): 4c19047
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ def greet(input):
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()
 
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()