BigSalmon commited on
Commit
f8d4bae
1 Parent(s): 8451261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,4 +159,4 @@ with st.form(key='my_form'):
159
  best_words = [tokenizer2.decode([idx.item()]) for idx in best_indices]
160
  st.write(best_words)
161
  if submit_button5:
162
- BestProbs5(prompt)
 
159
  best_words = [tokenizer2.decode([idx.item()]) for idx in best_indices]
160
  st.write(best_words)
161
  if submit_button5:
162
+ BestProbs5(text)