Spaces:
Sleeping
Sleeping
File size: 408 Bytes
1efea19 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# π Gemma π HF Spaces Demo
An interactive [Streamlit](https://streamlit.io) app to test [Gemma](https://huggingface.co/google/gemma-2b) models directly in your browser.
## Features π
- Chat with the Gemma model (default: `google/gemma-2b`)
- Fast deploy to Hugging Face Spaces
- Easy to customize & extend
## Setup π¦
```bash
pip install -r requirements.txt
streamlit run app.py |