Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Deepfake Image Analyzer
|
2 |
|
3 |
This Streamlit app uses a fine-tuned Llama 3.2 Vision model to analyze images for signs of deepfake manipulation.
|
|
|
1 |
+
---
|
2 |
+
title: Deepfake Explainer App
|
3 |
+
emoji: 🔍
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.32.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Deepfake Image Analyzer
|
13 |
|
14 |
This Streamlit app uses a fine-tuned Llama 3.2 Vision model to analyze images for signs of deepfake manipulation.
|