Vignesh1997 commited on
Commit
5049427
1 Parent(s): 5fb934f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -212,6 +212,7 @@ if st.button("Run"):
212
 
213
  time_end = time.time()
214
  st.success(user_input)
 
215
  alignments = find_algnments(user_input, translated_text, bert_tokenizer, bert_model)
216
  for i, j in alignments:
217
  st.success(f"{i}->{j}")
 
212
 
213
  time_end = time.time()
214
  st.success(user_input)
215
+ st.success(bert_model)
216
  alignments = find_algnments(user_input, translated_text, bert_tokenizer, bert_model)
217
  for i, j in alignments:
218
  st.success(f"{i}->{j}")