Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
·
9283ebd
1
Parent(s):
ae22ea0
added example gifs
Browse files- .gitignore +1 -1
- gradio_painttransformer.py +5 -1
- output/cat2.gif +0 -0
- output/gogh2.gif +0 -0
- output/wave2.gif +0 -0
.gitignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
__pycache__
|
| 2 |
*.log
|
| 3 |
*.pdparams
|
| 4 |
-
*.mp4
|
|
|
|
| 1 |
__pycache__
|
| 2 |
*.log
|
| 3 |
*.pdparams
|
| 4 |
+
*.mp4
|
gradio_painttransformer.py
CHANGED
|
@@ -84,7 +84,11 @@ iface = gr.Interface(
|
|
| 84 |
],
|
| 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 |
)
|
| 89 |
|
| 90 |
iface.launch(debug=True)
|
|
|
|
| 84 |
],
|
| 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 |
|
| 94 |
iface.launch(debug=True)
|
output/cat2.gif
ADDED
|
output/gogh2.gif
ADDED
|
output/wave2.gif
ADDED
|