EmreYY20 commited on
Commit
a67109b
1 Parent(s): 8b7c902

hide blanc

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def main():
52
  summary = summarize_with_textrank(file_content)
53
  st.session_state.summary = summary
54
  # Perform BLANC evaluation
55
- blanc_help_score = blanc_help.eval_once(file_content, st.session_state.summary)
56
- st.session_state.blanc_help = blanc_help_score
57
 
58
  # Perform extractive summarization
59
  if radio_selection == "Abstractive":
 
52
  summary = summarize_with_textrank(file_content)
53
  st.session_state.summary = summary
54
  # Perform BLANC evaluation
55
+ #blanc_help_score = blanc_help.eval_once(file_content, st.session_state.summary)
56
+ #st.session_state.blanc_help = blanc_help_score
57
 
58
  # Perform extractive summarization
59
  if radio_selection == "Abstractive":