HeheBoi0769 commited on
Commit
278ceea
·
verified ·
1 Parent(s): 1d660ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def main():
106
 
107
  with col1:
108
  st.metric("Final Prediction", results["Final Video Prediction"])
109
- st.metric("Confidence Score", f"{results['Confidence Score']*100:.2f}%")
110
 
111
  with col2:
112
  st.metric("Fake Frames", results["Fake Frames"])
 
106
 
107
  with col1:
108
  st.metric("Final Prediction", results["Final Video Prediction"])
109
+ # st.metric("Confidence Score", f"{results['Confidence Score']*100:.2f}%")
110
 
111
  with col2:
112
  st.metric("Fake Frames", results["Fake Frames"])