Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -121,14 +121,14 @@ This leaderboard focuses on image deepfake detection, e.g. the output of text-to
|
|
| 121 |
gr.Markdown("## Leaderboard Image Deepfake Detection")
|
| 122 |
gr.HTML(leaderboard_view())
|
| 123 |
gr.Markdown("""
|
| 124 |
-
*The Leaderboard is updated upon validation of new submissions. All results are evaluated on the official [test dataset](https://huggingface.co/datasets/
|
| 125 |
""")
|
| 126 |
|
| 127 |
with gr.Tab("Submission Guidelines"):
|
| 128 |
gr.Markdown("""
|
| 129 |
# Model Submission Process
|
| 130 |
|
| 131 |
-
**Official Benchmark Test Dataset:** [DFBench / Image-Deepfake-Detection-25](https://huggingface.co/datasets/DFBench/
|
| 132 |
|
| 133 |
The test dataset comprises **2,920 images**. The test data is unlabeled. Each image is either:
|
| 134 |
- **Real:** An authentic, unmodified image
|
|
|
|
| 121 |
gr.Markdown("## Leaderboard Image Deepfake Detection")
|
| 122 |
gr.HTML(leaderboard_view())
|
| 123 |
gr.Markdown("""
|
| 124 |
+
*The Leaderboard is updated upon validation of new submissions. All results are evaluated on the official [test dataset](https://huggingface.co/datasets/DFBench/DFBench_Image25).*
|
| 125 |
""")
|
| 126 |
|
| 127 |
with gr.Tab("Submission Guidelines"):
|
| 128 |
gr.Markdown("""
|
| 129 |
# Model Submission Process
|
| 130 |
|
| 131 |
+
**Official Benchmark Test Dataset:** [DFBench / Image-Deepfake-Detection-25](https://huggingface.co/datasets/DFBench/DFBench_Image25)
|
| 132 |
|
| 133 |
The test dataset comprises **2,920 images**. The test data is unlabeled. Each image is either:
|
| 134 |
- **Real:** An authentic, unmodified image
|