Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
ae140ff
1
Parent(s):
3617552
Update app.py
Browse files
app.py
CHANGED
@@ -240,9 +240,9 @@ def main(args):
|
|
240 |
outputs02 = gr.outputs.JSON(label="检测信息")
|
241 |
|
242 |
# 标题
|
243 |
-
title = "
|
244 |
# 描述
|
245 |
-
description = "<div align='center'>
|
246 |
|
247 |
# 示例图片
|
248 |
examples = [
|
|
|
240 |
outputs02 = gr.outputs.JSON(label="检测信息")
|
241 |
|
242 |
# 标题
|
243 |
+
title = "LIVE: Towards Layer-wise Image Vectorization"
|
244 |
# 描述
|
245 |
+
description = "<div align='center'>(CVPR 2022 Oral Presentation)</div>"
|
246 |
|
247 |
# 示例图片
|
248 |
examples = [
|