Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def create_digit_samples(digit, n_samples):
|
|
36 |
return digit_images
|
37 |
|
38 |
description = "Keras implementation for Conditional GAN to generate samples for specific digit of MNIST"
|
39 |
-
article = "Author:<a href=\"https://huggingface.co/rajrathi\"> Rajeshwar Rathi
|
40 |
title = "Conditional GAN for MNIST"
|
41 |
|
42 |
examples = [[1, 10], [3, 5], [5, 15]]
|
|
|
36 |
return digit_images
|
37 |
|
38 |
description = "Keras implementation for Conditional GAN to generate samples for specific digit of MNIST"
|
39 |
+
article = "Author:<a href=\"https://huggingface.co/rajrathi\"> Rajeshwar Rathi</a>; Based on the keras example by <a href=\"https://keras.io/examples/generative/conditional_gan/\">Sayak Paul</a>"
|
40 |
title = "Conditional GAN for MNIST"
|
41 |
|
42 |
examples = [[1, 10], [3, 5], [5, 15]]
|