anuragshas commited on
Commit
3576ef2
Β·
1 Parent(s): d5ade1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  image,
50
  op,
51
  title="CycleGAN",
52
- description='Keras Implementation of CycleGAN model using <a href="https://www.tensorflow.org/datasets/catalog/cycle_gan#cycle_ganhorse2zebra">cycle_gan horse2zebra</a>',
53
  article='Author: <a href="https://huggingface.co/anuragshas">Anurag Singh</a>. Based on the keras example from <a href="https://keras.io/examples/generative/cyclegan/">A_K_Nain</a>',
54
  examples=["n02381460_360.jpg", "n02381460_4410.jpg"],
55
  )
 
49
  image,
50
  op,
51
  title="CycleGAN",
52
+ description='Keras Implementation of CycleGAN model using Horse to Zebra dataset',
53
  article='Author: <a href="https://huggingface.co/anuragshas">Anurag Singh</a>. Based on the keras example from <a href="https://keras.io/examples/generative/cyclegan/">A_K_Nain</a>',
54
  examples=["n02381460_360.jpg", "n02381460_4410.jpg"],
55
  )