Spaces:
Running
Running
app.py
CHANGED
|
@@ -163,7 +163,7 @@ def sample_ddim(n_sample, n=20):
|
|
| 163 |
|
| 164 |
def greet(input):
|
| 165 |
samples, intermediate = sample_ddim(32, n=25)
|
| 166 |
-
response = im.fromarray(transform(intermediate[-1][-1]), 16)
|
| 167 |
return response
|
| 168 |
|
| 169 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
|
| 163 |
|
| 164 |
def greet(input):
|
| 165 |
samples, intermediate = sample_ddim(32, n=25)
|
| 166 |
+
response = im.fromarray(transform(intermediate[-1][-1]), 16).convert("RGB")
|
| 167 |
return response
|
| 168 |
|
| 169 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|