gpucce commited on
Commit
6c05182
1 Parent(s): f0ff763

better look

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ iface = gr.Interface(
28
  outputs=gr.Text(label="Caption output"),
29
  title="CoCa: Contrastive Captioners",
30
  description=(
31
- """<p>An open source implementation of **CoCa: Contrastive Captioners are Image-Text Foundation Models** https://arxiv.org/abs/2205.01917.</p><br/>
32
- <p>Built using [open_clip](https://github.com/mlfoundations/open_clip) with an effort from [LAION](https://laion.ai/).</p><br/>
33
  <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>
34
  <a href="https://huggingface.co/spaces/laion/CoCa?duplicate=true">
35
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
 
28
  outputs=gr.Text(label="Caption output"),
29
  title="CoCa: Contrastive Captioners",
30
  description=(
31
+ """<p>An open source implementation of <b>CoCa: Contrastive Captioners are Image-Text Foundation Models</b> <a href=https://arxiv.org/abs/2205.01917>https://arxiv.org/abs/2205.01917.</a></p><br/>
32
+ <p>Built using <a href=https://github.com/mlfoundations/open_clip>open_clip</a> with an effort from <a href=https://laion.ai/>LAION</a>.</p><br/>
33
  <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>
34
  <a href="https://huggingface.co/spaces/laion/CoCa?duplicate=true">
35
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>