Spaces:
Running
Running
title: Gemma Demo GSoC | |
emoji: π | |
colorFrom: indigo | |
colorTo: pink | |
sdk: streamlit | |
sdk_version: "1.31.1" | |
app_file: app.py | |
pinned: false | |
# π 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 |