Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
from transformers import pipeline
|
| 4 |
|
| 5 |
# Load a pre-trained model
|
| 6 |
-
language_model = pipeline("text-generation", model="
|
| 7 |
|
| 8 |
### Index with LlamaIndex
|
| 9 |
|
|
|
|
| 3 |
from transformers import pipeline
|
| 4 |
|
| 5 |
# Load a pre-trained model
|
| 6 |
+
language_model = pipeline("text-generation", model="gpt2")
|
| 7 |
|
| 8 |
### Index with LlamaIndex
|
| 9 |
|