Spaces:
Runtime error
Runtime error
Mehdi Cherti
commited on
Commit
•
a11d309
1
Parent(s):
d58bfc0
update description
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ def gen(md, model_name, md2, text, seed, nb_samples, width, height):
|
|
61 |
grid = grid.permute(1, 2, 0).cpu().numpy()
|
62 |
grid = (grid*255).astype("uint8")
|
63 |
return Image.fromarray(grid)
|
64 |
-
|
65 |
text = """
|
66 |
Text-to-Image Denoising Diffusion GANs is a text-to-image model
|
67 |
based on Denoising Diffusion GANs <https://arxiv.org/abs/2112.07804>.
|
|
|
61 |
grid = grid.permute(1, 2, 0).cpu().numpy()
|
62 |
grid = (grid*255).astype("uint8")
|
63 |
return Image.fromarray(grid)
|
|
|
64 |
text = """
|
65 |
Text-to-Image Denoising Diffusion GANs is a text-to-image model
|
66 |
based on Denoising Diffusion GANs <https://arxiv.org/abs/2112.07804>.
|