Spaces:
Running
Running
app.py
CHANGED
@@ -162,7 +162,7 @@ def sample_ddim(n_sample, n=20):
|
|
162 |
return samples, intermediate
|
163 |
|
164 |
def greet(input):
|
165 |
-
samples, intermediate = sample_ddim(32, n=
|
166 |
response = transform2(transform(np.moveaxis(intermediate,2,4)[23][1]))
|
167 |
return response
|
168 |
|
|
|
162 |
return samples, intermediate
|
163 |
|
164 |
def greet(input):
|
165 |
+
samples, intermediate = sample_ddim(32, n=50)
|
166 |
response = transform2(transform(np.moveaxis(intermediate,2,4)[23][1]))
|
167 |
return response
|
168 |
|