Update app.py
Browse files
app.py
CHANGED
@@ -448,7 +448,7 @@ def create_demo():
|
|
448 |
with gr.Blocks(title="PyVision's Online Demo", css="div.prose * {color: black !important;}") as demo:
|
449 |
gr.Markdown("# PyVision's Online Demo")
|
450 |
gr.Markdown("Upload an image and ask a question to get a response via PyVision's dynamic tooling ability.")
|
451 |
-
gr.Markdown("[Project Page](https://agent-x.space/pyvision/), [Research Paper](https://
|
452 |
|
453 |
with gr.Row():
|
454 |
with gr.Column(scale=1):
|
|
|
448 |
with gr.Blocks(title="PyVision's Online Demo", css="div.prose * {color: black !important;}") as demo:
|
449 |
gr.Markdown("# PyVision's Online Demo")
|
450 |
gr.Markdown("Upload an image and ask a question to get a response via PyVision's dynamic tooling ability.")
|
451 |
+
gr.Markdown("[Project Page](https://agent-x.space/pyvision/), [Research Paper](https://arxiv.org/abs/2507.07998), [Inference Code](https://github.com/agents-x-project/PyVision)")
|
452 |
|
453 |
with gr.Row():
|
454 |
with gr.Column(scale=1):
|