prashant
commited on
Commit
·
977a991
1
Parent(s):
9e86e11
runtime info
Browse files- appStore/coherence.py +2 -0
appStore/coherence.py
CHANGED
@@ -78,6 +78,8 @@ def app():
|
|
78 |
indicator is based on vector similarities in which top 3 results
|
79 |
if found are shown to the user. """)
|
80 |
st.write("")
|
|
|
|
|
81 |
col1,col2= st.columns(2)
|
82 |
with col1:
|
83 |
st.caption("OCR File processing")
|
|
|
78 |
indicator is based on vector similarities in which top 3 results
|
79 |
if found are shown to the user. """)
|
80 |
st.write("")
|
81 |
+
st.write("")
|
82 |
+
st.markdown("Some runtime metrics tested with cpu: Intel(R) Xeon(R) CPU @ 2.20GHz, memory: 13GB")
|
83 |
col1,col2= st.columns(2)
|
84 |
with col1:
|
85 |
st.caption("OCR File processing")
|