Update app.py
Browse files
app.py
CHANGED
@@ -101,10 +101,8 @@ block = gr.Blocks(css=custom_css) # 应用自定义 CSS
|
|
101 |
|
102 |
with block:
|
103 |
gr.Markdown(TITLE)
|
104 |
-
description = "<p style='font-size: 16px; margin: 5px; font-weight: w300; text-align: center'> <a href='https://
|
105 |
-
|
106 |
-
+ "<p style='text-align: center; font-size: 16px; margin: 5px; font-weight: w300;'> [Note: You can obtain segmentation maps for your image using the <a href='https://huggingface.co/spaces/shi-labs/OneFormer' style='text-decoration:none' target='_blank'>OneFormer Demo</a> and the depth map from <a href='https://github.com/facebookresearch/dinov2/blob/main/notebooks/depth_estimation.ipynb' style='text-decoration:none' target='_blank'>DINOv2</a>. Please click on Regenerate button if you are unsatisfied with the generated response. You may find screenshots of our demo trials <a href='https://github.com/SHI-Labs/VCoder/blob/main/images/' style='text-decoration:none' target='_blank'>here</a>.]</p>"
|
107 |
-
|
108 |
gr.Markdown("## BACKGROUND")
|
109 |
gr.Markdown(
|
110 |
BACKGROUND
|
|
|
101 |
|
102 |
with block:
|
103 |
gr.Markdown(TITLE)
|
104 |
+
description = "<p style='font-size: 16px; margin: 5px; font-weight: w300; text-align: center'> <a href='https://huggingface.co/datasets/zjunlp/KnowEdit' style='text-decoration:none' target='_blank'>huggingface Jain, </a> <a href='https://jwyang.github.io/' style='text-decoration:none' target='_blank'>Jianwei Yang, <a href='https://www.humphreyshi.com/home' style='text-decoration:none' target='_blank'>Humphrey Shi</a></p>"
|
105 |
+
|
|
|
|
|
106 |
gr.Markdown("## BACKGROUND")
|
107 |
gr.Markdown(
|
108 |
BACKGROUND
|