NimaBoscarino commited on
Commit
f90350a
1 Parent(s): 72caa6f

Fix examples

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