wjjessen commited on
Commit
9578f50
·
1 Parent(s): debceff

update code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ def main():
161
  pdf_viewer = displayPDF(filepath)
162
  with col2:
163
  with st.spinner("Downloading LLM..."):
164
- time.sleep(5)
165
  with st.spinner("Summarizing..."):
166
  summary = llm_pipeline(tokenizer, base_model, input_text)
167
  postproc_text_length = postproc_count(summary)
 
161
  pdf_viewer = displayPDF(filepath)
162
  with col2:
163
  with st.spinner("Downloading LLM..."):
164
+ sleep(5)
165
  with st.spinner("Summarizing..."):
166
  summary = llm_pipeline(tokenizer, base_model, input_text)
167
  postproc_text_length = postproc_count(summary)