Spaces:
Runtime error
Runtime error
Commit
·
458fe20
1
Parent(s):
6e82c13
:zap: cache examples
Browse files
app.py
CHANGED
@@ -93,5 +93,5 @@ gr.Interface(
|
|
93 |
title="Cryptopunks GAN",
|
94 |
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.",
|
95 |
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>",
|
96 |
-
examples=[["interpolation",
|
97 |
).launch(cache_examples=True)
|
|
|
93 |
title="Cryptopunks GAN",
|
94 |
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.",
|
95 |
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>",
|
96 |
+
examples=[["interpolation", 123], ["interpolation", 42], ["image", 456], ["image", 42]],
|
97 |
).launch(cache_examples=True)
|