Spaces:
Build error
Build error
Commit
·
cb42512
1
Parent(s):
1e67ab5
Edit description
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ gr.Interface(
|
|
47 |
],
|
48 |
outputs="image",
|
49 |
title="Cryptopunks GAN",
|
50 |
-
description="These CryptoPunks do not exist.
|
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)
|