kouki321 commited on
Commit
a04d7a1
Β·
verified Β·
1 Parent(s): 6089af3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ if uploaded_file:
202
  # PART 4: Show Basic Info
203
  s_cache=calculate_cache_size(cache)
204
  t_end4 = time()
205
- log.append(f"πŸ‘€ doc_size_kb Preview Display Time: {t_end4 - t_start4:.2f} s)
206
  print(f"πŸ‘€ doc_size_kb Preview Display Time: {t_end4 - t_start4:.2f} s||||||| size of the cache : {s_cache} MB")
207
  #st.info(
208
  # f"Document Chars: {len(doc_text)} | Size: {doc_size_kb:.2f} KB | "
 
202
  # PART 4: Show Basic Info
203
  s_cache=calculate_cache_size(cache)
204
  t_end4 = time()
205
+ log.append(f"πŸ‘€ doc_size_kb Preview Display Time: {t_end4 - t_start4:.2f} s")
206
  print(f"πŸ‘€ doc_size_kb Preview Display Time: {t_end4 - t_start4:.2f} s||||||| size of the cache : {s_cache} MB")
207
  #st.info(
208
  # f"Document Chars: {len(doc_text)} | Size: {doc_size_kb:.2f} KB | "