Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ gr.Interface(fn=generate,
|
|
25 |
inputs=[gr.inputs.Slider(label='Seed', minimum=0, maximum=1000, default=42)],
|
26 |
outputs=gr.outputs.Image(type="plot"),
|
27 |
title="CryptoGAN",
|
28 |
-
description="These CryptoPunks do not exist.
|
|
|
25 |
inputs=[gr.inputs.Slider(label='Seed', minimum=0, maximum=1000, default=42)],
|
26 |
outputs=gr.outputs.Image(type="plot"),
|
27 |
title="CryptoGAN",
|
28 |
+
description="These CryptoPunks do not exist.").launch()
|