anuragshas commited on
Commit
7d90d07
β€’
1 Parent(s): 5ff0ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -49,8 +49,9 @@ iface = gr.Interface(
49
  image,
50
  op,
51
  title="CycleGAN",
52
- description="Keras Implementation of CycleGAN model",
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
  )
55
 
56
- iface.launch()
 
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
  )
56
 
57
+ iface.launch(cache_examples=True)