anirudh-sub commited on
Commit
3bca038
·
1 Parent(s): 6a071d8

Debugged app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ def debate_response(text):
23
  eos_token_id=tokenizer.eos_token_id,
24
  max_length=100,
25
  )
 
26
  return "testing"
27
 
28
 
 
23
  eos_token_id=tokenizer.eos_token_id,
24
  max_length=100,
25
  )
26
+ print(sequences)
27
  return "testing"
28
 
29