Commit
·
9a517a7
1
Parent(s):
425cd95
Update app.py
Browse files
app.py
CHANGED
@@ -103,5 +103,5 @@ gr.Interface(
|
|
103 |
title="Cryptopunks GAN",
|
104 |
description="These CryptoPunks do not exist. You have the choice of either generating random punks, or a gif showing the interpolation between two random punk grids.",
|
105 |
article="<p style='text-align: center'><a href='https://arxiv.org/pdf/1511.06434.pdf'>Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks</a> | <a href='https://github.com/teddykoker/cryptopunks-gan'>Github Repo</a></p>",
|
106 |
-
examples=[["interpolation", 123
|
107 |
).launch(cache_examples=True)
|
|
|
103 |
title="Cryptopunks GAN",
|
104 |
description="These CryptoPunks do not exist. You have the choice of either generating random punks, or a gif showing the interpolation between two random punk grids.",
|
105 |
article="<p style='text-align: center'><a href='https://arxiv.org/pdf/1511.06434.pdf'>Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks</a> | <a href='https://github.com/teddykoker/cryptopunks-gan'>Github Repo</a></p>",
|
106 |
+
examples=[["interpolation", "123"], ["image", "456"]],
|
107 |
).launch(cache_examples=True)
|