Spaces:
Sleeping
Sleeping
nick_93
commited on
Commit
·
53cbc64
1
Parent(s):
9c81e89
init
Browse files
app.py
CHANGED
@@ -127,8 +127,8 @@ def main():
|
|
127 |
title = "# EVP"
|
128 |
description = """Official demo for **EVP: Enhanced Visual Perception using Inverse Multi-Attentive Feature
|
129 |
Refinement and Regularized Image-Text Alignment**.
|
130 |
-
EVP is a deep learning model for metric depth estimation from a single image.
|
131 |
-
Please refer to our [paper](https://arxiv.org/abs/2312.08548) or [github](https://github.com/Lavreniuk/EVP) for more details."""
|
132 |
|
133 |
with gr.Blocks() as demo:
|
134 |
gr.Markdown(title)
|
|
|
127 |
title = "# EVP"
|
128 |
description = """Official demo for **EVP: Enhanced Visual Perception using Inverse Multi-Attentive Feature
|
129 |
Refinement and Regularized Image-Text Alignment**.
|
130 |
+
EVP is a deep learning model for metric depth estimation from a single image as well as referring segmentation.
|
131 |
+
Please refer to our [project page](https://lavreniuk.github.io/EVP) or [paper](https://arxiv.org/abs/2312.08548) or [github](https://github.com/Lavreniuk/EVP) for more details."""
|
132 |
|
133 |
with gr.Blocks() as demo:
|
134 |
gr.Markdown(title)
|