Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ description = """
|
|
25 |
We develop a <b>unified language interface</b> for computer vision tasks that abstracts away task-specific design choices and enables task execution by following natural language instructions. \n\n
|
26 |
<b>Tips for using this demo</b>: Please upload a new image and provide an instruction outlining the specific vision task you wish InstructCV to perform (e.g., “Segment the dog”, “Detect the dog”, “Estimate the depth map of this image”, etc.). \n
|
27 |
<div style="display: flex; justify-content: center; align-items: center;">
|
28 |
-
<img src="https://i.postimg.cc/hjtwgCDr/Fig1-Instruct-CV-1.png" alt="Application of InstructCV to new test images & user-written instructions" width="
|
29 |
</div>
|
30 |
""" # noqa
|
31 |
|
|
|
25 |
We develop a <b>unified language interface</b> for computer vision tasks that abstracts away task-specific design choices and enables task execution by following natural language instructions. \n\n
|
26 |
<b>Tips for using this demo</b>: Please upload a new image and provide an instruction outlining the specific vision task you wish InstructCV to perform (e.g., “Segment the dog”, “Detect the dog”, “Estimate the depth map of this image”, etc.). \n
|
27 |
<div style="display: flex; justify-content: center; align-items: center;">
|
28 |
+
<img src="https://i.postimg.cc/hjtwgCDr/Fig1-Instruct-CV-1.png" alt="Application of InstructCV to new test images & user-written instructions" width="600">
|
29 |
</div>
|
30 |
""" # noqa
|
31 |
|