a commited on
Commit
2d51e60
·
1 Parent(s): 9a517a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], ["image", "456"]],
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], ["interpolation", 42], ["image", 456], ["image", 42]],
107
  ).launch(cache_examples=True)