Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ def check_gpu():
|
|
42 |
# Sidebar components
|
43 |
st.sidebar.title("About")
|
44 |
st.sidebar.markdown("""
|
45 |
-
### About
|
46 |
This tool detects deepfakes using four AI models:
|
47 |
- **CLIP**: Initial Real/Fake classification
|
48 |
- **GradCAM**: Highlights suspicious regions
|
|
|
42 |
# Sidebar components
|
43 |
st.sidebar.title("About")
|
44 |
st.sidebar.markdown("""
|
|
|
45 |
This tool detects deepfakes using four AI models:
|
46 |
- **CLIP**: Initial Real/Fake classification
|
47 |
- **GradCAM**: Highlights suspicious regions
|