pivot-prompt commited on
Commit
ca5d256
·
verified ·
1 Parent(s): d917673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -91,6 +91,9 @@ examples = [
91
  with gr.Blocks() as demo:
92
  gr.Markdown("""
93
  # PIVOT: Prompting with Iterative Visual Optimization
 
 
 
94
  The demo below showcases a version of the PIVOT algorithm, which uses iterative visual prompts to optimize and guide the reasoning of Vision-Langauge-Models (VLMs).
95
  Given an image and a description of an object or region,
96
  PIVOT iteratively searches for the point in the image that best corresponds to the description.
 
91
  with gr.Blocks() as demo:
92
  gr.Markdown("""
93
  # PIVOT: Prompting with Iterative Visual Optimization
94
+
95
+ [website](https://pivot-prompt.github.io/)
96
+
97
  The demo below showcases a version of the PIVOT algorithm, which uses iterative visual prompts to optimize and guide the reasoning of Vision-Langauge-Models (VLMs).
98
  Given an image and a description of an object or region,
99
  PIVOT iteratively searches for the point in the image that best corresponds to the description.