a
commited on
Commit
·
6dd8e67
1
Parent(s):
2d51e60
Update app.py
Browse files
app.py
CHANGED
@@ -104,4 +104,4 @@ gr.Interface(
|
|
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], ["interpolation", 42], ["image", 456], ["image", 42]],
|
107 |
-
).launch(
|
|
|
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], ["interpolation", 42], ["image", 456], ["image", 42]],
|
107 |
+
).launch()
|