Spaces:
Sleeping
Sleeping
# 💎 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 |