Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/jjeamin/ArcaneStyleTransfer into main
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ gr.Interface(
|
|
60 |
outputs=gr.outputs.Image(type="pil", label="Output"),
|
61 |
title="Arcane Style Transfer",
|
62 |
description="Gradio demo for Arcane Style Transfer",
|
63 |
-
article = "<p style='text-align: center'><a href='https://github.com/jjeamin/anime_style_transfer_pytorch' target='_blank'>Github Repo
|
64 |
examples=[['billie.png'], ['gongyoo.jpeg'], ['IU.png'], ['elon.png']],
|
65 |
enable_queue=True,
|
66 |
allow_flagging=False,
|
|
|
60 |
outputs=gr.outputs.Image(type="pil", label="Output"),
|
61 |
title="Arcane Style Transfer",
|
62 |
description="Gradio demo for Arcane Style Transfer",
|
63 |
+
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>",
|
64 |
examples=[['billie.png'], ['gongyoo.jpeg'], ['IU.png'], ['elon.png']],
|
65 |
enable_queue=True,
|
66 |
allow_flagging=False,
|