NimaBoscarino commited on
Commit
cb42512
·
1 Parent(s): 1e67ab5

Edit description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ gr.Interface(
47
  ],
48
  outputs="image",
49
  title="Cryptopunks GAN",
50
- 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.",
51
  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>",
52
  examples=[[123], [42], [456], [1337]],
53
  ).launch(cache_examples=True)
 
47
  ],
48
  outputs="image",
49
  title="Cryptopunks GAN",
50
+ description="These CryptoPunks do not exist. Generate random punks with an initial seed!",
51
  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>",
52
  examples=[[123], [42], [456], [1337]],
53
  ).launch(cache_examples=True)