harshananddev commited on
Commit
3b67143
·
verified ·
1 Parent(s): 2304c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="gpt-2")
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