01aiYi-NvidiaEmbed / README.md
Tonic's picture
remove stuff add readme , fix instantiation of chroma http client
a65fdff
|
raw
history blame
No virus
266 Bytes
---
title: 01aiYi NvidiaEmbed
emoji: πŸ’¬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: true
license: mit
---
**run chroma first:**
```sh
chroma run --host localhost --port 8000
```
**then**
```sh
python3 app.py
```