Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def inference(input_im):
|
|
68 |
return tensor_to_pil
|
69 |
|
70 |
title = "GANsNRoses"
|
71 |
-
description = "
|
72 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.06561'>GANs N' Roses: Stable, Controllable, Diverse Image to Image Translation (works for videos too!)</a> | <a href='https://github.com/mchong6/GANsNRoses'>Github Repo</a></p>"
|
73 |
|
74 |
gr.Interface(
|
|
|
68 |
return tensor_to_pil
|
69 |
|
70 |
title = "GANsNRoses"
|
71 |
+
description = "Diverse im2im selfie to anime translation. Read more at the links below."
|
72 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.06561'>GANs N' Roses: Stable, Controllable, Diverse Image to Image Translation (works for videos too!)</a> | <a href='https://github.com/mchong6/GANsNRoses'>Github Repo</a></p>"
|
73 |
|
74 |
gr.Interface(
|