YiJina / README.md
mike dupont
fix local deploy
0c877a2
|
raw
history blame
554 Bytes
---
title: 01aiYi NvidiaEmbed
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: true
license: mit
---
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
```
virtualenv .venv
.venv/bin/activate
pip install -r requirements.txt
```
`ALLOW_RESET=TRUE ./.venv/bin/chroma run --host localhost --port 8000`
`python ./app.py`