Shakshi3104 commited on
Commit
5215cf8
β€’
1 Parent(s): 8a06424

[fix] Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -2,6 +2,15 @@
2
 
3
  Cobalt is a demo app for hybrid search with vector and surface search using [Ruri](https://huggingface.co/cl-nagoya/ruri-large), [BM25](https://github.com/dorianbrown/rank_bm25) and [Voyager](https://spotify.github.io/voyager/). The name cobalt is derived from the word η‘ η’ƒ (Ruri), which refers to cobalt glass.
4
 
 
 
 
 
 
 
 
 
 
5
  ## Usage
6
 
7
  ```python
 
2
 
3
  Cobalt is a demo app for hybrid search with vector and surface search using [Ruri](https://huggingface.co/cl-nagoya/ruri-large), [BM25](https://github.com/dorianbrown/rank_bm25) and [Voyager](https://spotify.github.io/voyager/). The name cobalt is derived from the word η‘ η’ƒ (Ruri), which refers to cobalt glass.
4
 
5
+ ## Demo
6
+ This demo app is made by Gradio.
7
+
8
+ ```bash
9
+ gradio app.py
10
+ ```
11
+
12
+ ![](./materials/cobalt-gradio-demo.png)
13
+
14
  ## Usage
15
 
16
  ```python