Spaces:
Running
Running
Update app.py
Browse files
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 | "
|