Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
-
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
1 |
+
# Simple LLM with Hugging Face & Gradio
|
2 |
+
|
3 |
+
This project uses Hugging Face's GPT-2 model to generate text and Gradio to create an interactive web interface.
|
4 |
+
|
5 |
+
## Setup
|
6 |
+
|
7 |
+
1. **Install dependencies:**
|
8 |
+
```bash
|
9 |
+
pip install -r requirements.txt
|
10 |
|
11 |
|
|