Spaces:
Runtime error
Runtime error
change
Browse files
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 |
),
|