reshav1 commited on
Commit
1ddef5c
·
verified ·
1 Parent(s): ad5b5c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,5 +6,5 @@ model = GPT2Model.from_pretrained('gpt2')
6
 
7
  text = "Hello"
8
 
9
- outputs = model(encoded_input)
10
  print(outputs)
 
6
 
7
  text = "Hello"
8
 
9
+ outputs = model(text)
10
  print(outputs)