debisoft commited on
Commit
9e53766
·
1 Parent(s): 42ec853
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def greet(input):
233
  ctx = torch.from_numpy(mtx_2d).to(device=device).float()
234
 
235
  #samples, intermediate = sample_ddim_context(32, ctx, n=steps)
236
- samples, intermediate = sample_ddpm(steps)
237
 
238
  #samples, intermediate = sample_ddim(32, n=steps)
239
  #ctx = F.one_hot(torch.randint(0, 5, (32,)), 5).to(device=device).float()
 
233
  ctx = torch.from_numpy(mtx_2d).to(device=device).float()
234
 
235
  #samples, intermediate = sample_ddim_context(32, ctx, n=steps)
236
+ samples, intermediate = sample_ddpm(32, steps)
237
 
238
  #samples, intermediate = sample_ddim(32, n=steps)
239
  #ctx = F.one_hot(torch.randint(0, 5, (32,)), 5).to(device=device).float()