gpucce commited on
Commit
cd5e87b
1 Parent(s): 52c2c64

remove stability

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -28,9 +28,8 @@ iface = gr.Interface(
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
  ),
35
  examples=[path.as_posix() for path in paths],
36
  )
 
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
  ),
34
  examples=[path.as_posix() for path in paths],
35
  )