Spaces:
Runtime error
Runtime error
anuragshas
commited on
Commit
Β·
3576ef2
1
Parent(s):
d5ade1d
Update app.py
Browse files
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
|
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 |
)
|