Spaces:
Running
on
L4
Running
on
L4
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)
|