Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ with col1:
|
|
| 69 |
'mAP': results['map'],
|
| 70 |
'FLOPs': results['flops'],
|
| 71 |
'Params': results['params']
|
| 72 |
-
}
|
| 73 |
df_results.index= None
|
| 74 |
st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
|
| 75 |
|
|
|
|
| 69 |
'mAP': results['map'],
|
| 70 |
'FLOPs': results['flops'],
|
| 71 |
'Params': results['params']
|
| 72 |
+
})
|
| 73 |
df_results.index= None
|
| 74 |
st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
|
| 75 |
|