| title | Gradio Chat |
|---|---|
| emoji | 💬 |
| colorFrom | yellow |
| colorTo | purple |
| sdk | gradio |
| app_file | app.py |
| pinned | false |
An example chatbot using Gradio, huggingface_hub, and the Hugging Face Inference API.
https://huggingface.co/spaces/edgarortega/gradio-chat
Install asdf
brew install asdfInstall Python
asdf plugin-add python
asdf install pythonInstall Poetry
curl -sSL https://install.python-poetry.org | python3 -Install Dependencies
poetry installpoetry run python app.py