Xu Ma commited on
Commit
0bed186
·
1 Parent(s): f055421
app.py CHANGED
@@ -101,7 +101,8 @@ def create_3d_obj(rgb_image, depth_image, image_path, depth=10):
101
 
102
 
103
  title = "LIVE: Towards Layer-wise Image Vectorization (CVPR 2022 Oral)"
104
- description = "This demo shows the effectiveness of LIVE <a href='' target='_blank'>Paper</a>. Given the input image, LIVE is able to progressively build the SVG output with a layer-wise representation."
 
105
  examples = [["examples/" + img] for img in os.listdir("examples/")]
106
 
107
  iface = gr.Interface(fn=process_image,
 
101
 
102
 
103
  title = "LIVE: Towards Layer-wise Image Vectorization (CVPR 2022 Oral)"
104
+ description = "This demo shows the effectiveness of LIVE <a href='' target='_blank'>Paper</a>. Given the input image, LIVE is able to progressively build the SVG output with a layer-wise representation." \
105
+ "<br>NOTE: for efficiency, we resize input images to 240x240 for Huggingface Space. "
106
  examples = [["examples/" + img] for img in os.listdir("examples/")]
107
 
108
  iface = gr.Interface(fn=process_image,
examples/240px-Noto_Emoji_KitKat_1f620.svg.png DELETED
Binary file (8.05 kB)