Spaces:
Runtime error
Runtime error
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 |
|