diff options
author | Blanchon <julien@blanchon.cc> | 2023-10-26 12:07:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 11:07:01 +0100 |
commit | e37b4877677b7fd97604b2306ef2cd9023c79c6f (patch) | |
tree | 7059deb60b9d5b2aa792c25162e3b518feb0a60d /README.md | |
parent | e5dc8cb4f40f564bcc1acce4926aa99f25464681 (diff) | |
download | candle-e37b4877677b7fd97604b2306ef2cd9023c79c6f.tar.gz candle-e37b4877677b7fd97604b2306ef2cd9023c79c6f.tar.bz2 candle-e37b4877677b7fd97604b2306ef2cd9023c79c6f.zip |
Add Blip to online demos README.md (#1184)
* Add Blip to online demos README.md
* Punctuation.
---------
Co-authored-by: Laurent Mazare <laurent.mazare@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ These online demos run entirely in your browser: - [T5](https://huggingface.co/spaces/radames/Candle-T5-Generation-Wasm): text generation. - [Phi-v1.5](https://huggingface.co/spaces/radames/Candle-Phi-1.5-Wasm): text generation. - [Segment Anything Model](https://huggingface.co/spaces/radames/candle-segment-anything-wasm): Image segmentation. +- [Blip](https://huggingface.co/spaces/radames/Candle-BLIP-Image-Captioning): image captioning. We also provide a some command line based examples using state of the art models: |