Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ gr.Interface(
|
|
66 |
outputs=gr.outputs.Image(type="pil", label="Output"),
|
67 |
title="Arcane Style Transfer WEBCAM",
|
68 |
description="Gradio demo for Arcane Style Transfer with webcam input",
|
69 |
-
article = "<p style='text-align: center'><a href='https://github.com/jjeamin/anime_style_transfer_pytorch' target='_blank'>Github Repo by jjeamin</a></p>
|
70 |
enable_queue=True,
|
71 |
allow_flagging=False,
|
72 |
allow_screenshot=False
|
|
|
66 |
outputs=gr.outputs.Image(type="pil", label="Output"),
|
67 |
title="Arcane Style Transfer WEBCAM",
|
68 |
description="Gradio demo for Arcane Style Transfer with webcam input",
|
69 |
+
article = "<p style='text-align: center'><a href='https://github.com/jjeamin/anime_style_transfer_pytorch' target='_blank'>Github Repo by jjeamin</a></p>",
|
70 |
enable_queue=True,
|
71 |
allow_flagging=False,
|
72 |
allow_screenshot=False
|