debisoft commited on
Commit
cd2c8e9
·
1 Parent(s): 102d486
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -163,7 +163,6 @@ def sample_ddim(n_sample, n=20):
163
 
164
  def greet(input):
165
  samples, intermediate = sample_ddim(32, n=25)
166
- #response = im.fromarray(intermediate[24][0][1]).convert("RGB")
167
  response = intermediate[24][0]
168
  return response
169
 
 
163
 
164
  def greet(input):
165
  samples, intermediate = sample_ddim(32, n=25)
 
166
  response = intermediate[24][0]
167
  return response
168