Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ title = "InstructCV"
|
|
21 |
|
22 |
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/
|
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
|
|
|
21 |
|
22 |
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/alaa-lab/InstructCV' target='_blank'>Project Page</a> | <a href='https://arxiv.org/abs/2310.00390'>Paper</a> | <a href='https://github.com/AlaaLab/InstructCV' 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
|