wjjessen commited on
Commit
0f19029
·
1 Parent(s): f5aaaaf

remove print(end)

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -319,7 +319,6 @@ def main():
319
  # Count summary words
320
  postprocessing_text_length = postprocessing_word_count(summary)
321
  end = time.time()
322
- print(end)
323
  duration = end - start
324
  print("Duration: " f"{duration:.0f}" + " seconds")
325
  st.info(
 
319
  # Count summary words
320
  postprocessing_text_length = postprocessing_word_count(summary)
321
  end = time.time()
 
322
  duration = end - start
323
  print("Duration: " f"{duration:.0f}" + " seconds")
324
  st.info(