Almancy commited on
Commit
a44c483
·
verified ·
1 Parent(s): bcc3f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ messages = [
21
  ]
22
 
23
  outputs = pipeline(
24
- prompt,
25
  max_new_tokens=256,
26
  eos_token_id=terminators,
27
  do_sample=True,
 
21
  ]
22
 
23
  outputs = pipeline(
 
24
  max_new_tokens=256,
25
  eos_token_id=terminators,
26
  do_sample=True,