yulu2 commited on
Commit
1edaca9
·
verified ·
1 Parent(s): bb2f53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ description = """
24
  <a href='https://arxiv.org/abs/2310.00390'>arXiv</a> | <a href='https://github.com/AlaaLab/InstructCV' target='_blank'>Code</a></p>
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="text-align: 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="500" height="auto">
29
  </div>
30
  """ # noqa
31
 
 
24
  <a href='https://arxiv.org/abs/2310.00390'>arXiv</a> | <a href='https://github.com/AlaaLab/InstructCV' target='_blank'>Code</a></p>
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="500">
29
  </div>
30
  """ # noqa
31