Spaces:
Runtime error
Runtime error
Commit
·
6e82c13
1
Parent(s):
419c3d1
:zap: cache examples
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ gr.Interface(
|
|
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"], ["image", "456"]],
|
97 |
-
).launch()
|
|
|
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"], ["image", "456"]],
|
97 |
+
).launch(cache_examples=True)
|