update code
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ def main():
|
|
161 |
pdf_viewer = displayPDF(filepath)
|
162 |
with col2:
|
163 |
with st.spinner("Downloading LLM..."):
|
164 |
-
|
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)
|