Update app.py
Browse files
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"])
|