Spaces:
Sleeping
Sleeping
remove stability
Browse files
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
|
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 |
)
|