patpizio commited on
Commit
5125cdc
1 Parent(s): 624cb8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,5 +103,5 @@ if instruction:
103
 
104
  st.write(output_text)
105
 
106
- fig = plot_word_scores(top_token_ids(outputs, threshold=threshold), outputs, tokenizer)
107
  st.plotly_chart(fig, theme=None, use_container_width=False)
 
103
 
104
  st.write(output_text)
105
 
106
+ fig = plot_word_scores(top_token_ids(outputs, threshold=-10.0), outputs, tokenizer)
107
  st.plotly_chart(fig, theme=None, use_container_width=False)