A Gradio-based UI showcasing text generation with Google's Gemma model.
- Prompt-based text generation using
google/gemma-2b-it
. - Adjustable output length (20-200 tokens).
- Preloaded example prompts for quick testing.
- Clean, user-friendly interface.
- Clone the repository:
git clone https://github.com/vivekd16/gemma-spaces-demo.git cd gemma-spaces-demo
- Install dependencies:
pip install -r requirements.txt
- Run:
python app.py