gpucce commited on
Commit
52c2c64
·
1 Parent(s): 6da8c8e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
28
  outputs=gr.Text(label="Caption output"),
29
  title="CoCa: Contrastive Captioners",
30
  description=(
31
- "An open source implementation of **Contrastive Captioners** https://arxiv.org/abs/2205.01917. "
32
  "Built using [open_clip](https://github.com/mlfoundations/open_clip) with an effort from [LAION](https://laion.ai/)"
33
  " and the support of [Stability AI](https://stability.ai/)"
34
  ),
 
28
  outputs=gr.Text(label="Caption output"),
29
  title="CoCa: Contrastive Captioners",
30
  description=(
31
+ "An open source implementation of **CoCa: Contrastive Captioners are Image-Text Foundation Models ** https://arxiv.org/abs/2205.01917. "
32
  "Built using [open_clip](https://github.com/mlfoundations/open_clip) with an effort from [LAION](https://laion.ai/)"
33
  " and the support of [Stability AI](https://stability.ai/)"
34
  ),