rajrathi commited on
Commit
51bae4f
1 Parent(s): f4e3f58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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<\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]]
 
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]]