title | emoji | colorFrom | colorTo | sdk | app_file | pinned |
---|---|---|---|---|---|---|
Gradio Chat |
💬 |
yellow |
purple |
gradio |
app.py |
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 asdf
Install Python
asdf plugin-add python
asdf install python
Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
Install Dependencies
poetry install
poetry run python app.py