Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
·
705a497
1
Parent(s):
9283ebd
edit images
Browse files
gradio_painttransformer.py
CHANGED
@@ -85,9 +85,9 @@ iface = gr.Interface(
|
|
85 |
examples=examples,
|
86 |
enable_queue=True,
|
87 |
article='''<p style="text-align:center">Original work: <a href="https://github.com/wzmsltw/PaintTransformer">PaintTransformer</a></p>
|
88 |
-
<p><img src="https://huggingface.co/spaces/jkang/demo-painttransformer/resolve/main/output/cat2.gif"
|
89 |
-
<p><img src="https://huggingface.co/spaces/jkang/demo-painttransformer/resolve/main/output/wave2.gif"
|
90 |
-
<p><img src="https://huggingface.co/spaces/jkang/demo-painttransformer/resolve/main/output/gogh2.gif"
|
91 |
'''
|
92 |
)
|
93 |
|
|
|
85 |
examples=examples,
|
86 |
enable_queue=True,
|
87 |
article='''<p style="text-align:center">Original work: <a href="https://github.com/wzmsltw/PaintTransformer">PaintTransformer</a></p>
|
88 |
+
<p><img src="https://huggingface.co/spaces/jkang/demo-painttransformer/resolve/main/output/cat2.gif" /></p>
|
89 |
+
<p><img src="https://huggingface.co/spaces/jkang/demo-painttransformer/resolve/main/output/wave2.gif" /></p>
|
90 |
+
<p><img src="https://huggingface.co/spaces/jkang/demo-painttransformer/resolve/main/output/gogh2.gif" /></p>
|
91 |
'''
|
92 |
)
|
93 |
|