yulu2 commited on
Commit
e8f4009
1 Parent(s): 1edaca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="500">
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