Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,6 @@ demo = gr.Interface(
|
|
81 |
fn=generate, inputs=[gr.Image(type="pil")], outputs=gr.Textbox(), concurrency_limit=1,
|
82 |
examples="./examples",
|
83 |
title="A Dense Captioner optimized for Graphical User Interface",
|
84 |
-
description="[Paper
|
85 |
)
|
86 |
demo.queue().launch()
|
|
|
81 |
fn=generate, inputs=[gr.Image(type="pil")], outputs=gr.Textbox(), concurrency_limit=1,
|
82 |
examples="./examples",
|
83 |
title="A Dense Captioner optimized for Graphical User Interface",
|
84 |
+
description="[Paper](https://arxiv.org/abs/2404.06474) [Code](https://github.com/Berkeley-NLP/Agent-Eval-Refine) [Model](https://huggingface.co/Agent-Eval-Refine/Captioner) [Data](https://huggingface.co/datasets/Agent-Eval-Refine/GUI-Dense-Descriptions)"
|
85 |
)
|
86 |
demo.queue().launch()
|