Xu Ma commited on
Commit
591c110
1 Parent(s): 405e1f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -319,7 +319,6 @@ def main(args):
319
  title = "LIVE: Towards Layer-wise Image Vectorization"
320
  # description
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
 
 
319
  title = "LIVE: Towards Layer-wise Image Vectorization"
320
  # description
321
  description = "<div align='center'>(CVPR 2022 Oral Presentation)</div>" \
 
322
  "<div align='center'>For efficiency, we rescale input to 160x160 (smaller size and fewer iterations will decrease the reconstructions).</div> "
323
  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>"
324