Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ gr.Interface(
|
|
118 |
outputs=gr.outputs.Image(type="pil", label="Output"),
|
119 |
title="Arcane Style Transfer",
|
120 |
description="Gradio demo for Arcane Style Transfer",
|
121 |
-
article = "<p style='text-align: center'><a href='https://github.com/jjeamin/anime_style_transfer_pytorch' target='_blank'>Github Repo
|
122 |
examples=[['billie.png'], ['gongyoo.jpeg'], ['IU.png'], ['elon.png']],
|
123 |
enable_queue=True,
|
124 |
allow_flagging=False,
|
|
|
118 |
outputs=gr.outputs.Image(type="pil", label="Output"),
|
119 |
title="Arcane Style Transfer",
|
120 |
description="Gradio demo for Arcane Style Transfer",
|
121 |
+
article = "<p style='text-align: center'><a href='https://github.com/jjeamin/anime_style_transfer_pytorch' target='_blank'>Github Repo by jjeamin</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=jjeamin_arcane_st' alt='visitor badge'></center></p>",
|
122 |
examples=[['billie.png'], ['gongyoo.jpeg'], ['IU.png'], ['elon.png']],
|
123 |
enable_queue=True,
|
124 |
allow_flagging=False,
|