adf69ac 99ec5fd 2f0ffe8
1
2
3
4
5
6
7
8
9
10
11
12
# Simple LLM with Hugging Face & Gradio This project uses Hugging Face's GPT-2 model to generate text and Gradio to create an interactive web interface. ## Setup 1. **Install dependencies:** ```bash pip install -r requirements.txt