Wootang01 commited on
Commit
c2c67ea
·
1 Parent(s): d43521a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,5 +27,5 @@ for generated_option_idx, generated_option in enumerate(results):
27
  text = tokenizer.decode(generated_option, clean_up_tokenization_spaces = True, skip_special_tokens = True)
28
  generated_options.append(text)
29
 
30
- st.write(generated options)
31
 
 
27
  text = tokenizer.decode(generated_option, clean_up_tokenization_spaces = True, skip_special_tokens = True)
28
  generated_options.append(text)
29
 
30
+ st.write(generated_options)
31