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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -24,7 +24,9 @@ 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
- <img src="https://i.postimg.cc/hjtwgCDr/Fig1-Instruct-CV-1.png" alt="Application of InstructCV to new test images & user-written instructions" width="400" height="auto">
 
 
28
  """ # noqa
29
 
30
 
 
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
 
32