Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
·
405e1f4
1
Parent(s):
915eaa0
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,6 +321,7 @@ def main(args):
|
|
| 321 |
description = "<div align='center'>(CVPR 2022 Oral Presentation)</div>" \
|
| 322 |
"<div align='center'>Without GPUs, LIVE will cost longer time.</div>" \
|
| 323 |
"<div align='center'>For efficiency, we rescale input to 160x160 (smaller size and fewer iterations will decrease the reconstructions).</div> "
|
|
|
|
| 324 |
|
| 325 |
# examples
|
| 326 |
examples = [
|
|
@@ -358,6 +359,7 @@ def main(args):
|
|
| 358 |
outputs=[outputs, outputs02],
|
| 359 |
title=title,
|
| 360 |
description=description,
|
|
|
|
| 361 |
examples=examples,
|
| 362 |
theme="seafoam",
|
| 363 |
# live=True, # 实时变更输出
|
|
|
|
| 321 |
description = "<div align='center'>(CVPR 2022 Oral Presentation)</div>" \
|
| 322 |
"<div align='center'>Without GPUs, LIVE will cost longer time.</div>" \
|
| 323 |
"<div align='center'>For efficiency, we rescale input to 160x160 (smaller size and fewer iterations will decrease the reconstructions).</div> "
|
| 324 |
+
article = "<p style='text-align: center'><a href='https://ma-xu.github.io/LIVE/' target='_blank'>Towards Layer-wise Image Vectorization</a> | <a href='https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization' target='_blank'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=Picsart-AI-Research.LIVE-Layerwise-Image-Vectorization' alt='visitor badge'></center>"
|
| 325 |
|
| 326 |
# examples
|
| 327 |
examples = [
|
|
|
|
| 359 |
outputs=[outputs, outputs02],
|
| 360 |
title=title,
|
| 361 |
description=description,
|
| 362 |
+
article=article,
|
| 363 |
examples=examples,
|
| 364 |
theme="seafoam",
|
| 365 |
# live=True, # 实时变更输出
|