yulu2 commited on
Commit
391efb2
·
1 Parent(s): 803441f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,8 +23,7 @@ description = """
23
  <p style='text-align: center'> Yulu Gan, Sungwoo Park, Alex Schubert, Anthony Philippakis, Ahmed Alaa <br>
24
  <a href='https://huggingface.co/spaces/yulu2/InstructCV/' target='_blank'>Project Page</a> | <a href='https://arxiv.org' target='_blank'>Paper</a> | <a href='https://github.com' target='_blank'>Code</a></p>
25
  Gradio demo for InstructCV: Instruction-Tuned Text-to-Image Diffusion Models As Vision Generalists. \n
26
- You may upload any images you like and try to let the model do vision tasks following your intent. \n
27
- Some examples: You could use "Segment the dog" for segmentation, "Detect the dog" for object detection, "Estimate the depth map of this image" for depth estimation, etc.
28
  """ # noqa
29
 
30
 
 
23
  <p style='text-align: center'> Yulu Gan, Sungwoo Park, Alex Schubert, Anthony Philippakis, Ahmed Alaa <br>
24
  <a href='https://huggingface.co/spaces/yulu2/InstructCV/' target='_blank'>Project Page</a> | <a href='https://arxiv.org' target='_blank'>Paper</a> | <a href='https://github.com' target='_blank'>Code</a></p>
25
  Gradio demo for InstructCV: Instruction-Tuned Text-to-Image Diffusion Models As Vision Generalists. \n
26
+ 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
  """ # noqa
28
 
29