Spaces:
Runtime error
Runtime error
anuragshas
commited on
Commit
β’
7d90d07
1
Parent(s):
5ff0ec4
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,9 @@ iface = gr.Interface(
|
|
49 |
image,
|
50 |
op,
|
51 |
title="CycleGAN",
|
52 |
-
description=
|
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)
|