Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def image_predict(image):
|
|
30 |
return caption(image, "png")
|
31 |
title = "Generating Captions For Images Using ImCap v1"
|
32 |
description = """ImCap v1 uses a varity of image caption generators, then plugs it into LLaMA 2 to get a final caption.
|
33 |
-
<a href="https://huggingface.co/spaces/
|
34 |
style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
35 |
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;"
|
36 |
src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
|
|
30 |
return caption(image, "png")
|
31 |
title = "Generating Captions For Images Using ImCap v1"
|
32 |
description = """ImCap v1 uses a varity of image caption generators, then plugs it into LLaMA 2 to get a final caption.
|
33 |
+
<a href="https://huggingface.co/spaces/SFP/ImCap_v1?duplicate=true"
|
34 |
style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
35 |
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;"
|
36 |
src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|