NimaBoscarino commited on
Commit
587d5eb
1 Parent(s): f90350a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,4 +51,5 @@ gr.Interface(
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)
 
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
+ css=".footer{display:none !important}",
55
  ).launch(cache_examples=True)