Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ TITLE = "# FLODA: Vision-Language Models for Deepfake Detection"
|
|
138 |
DESCRIPTION = """
|
139 |
FLODA (FLorence-2 Optimized for Deepfake Assessment) is an advanced deepfake detection model leveraging the power of [Florence-2](https://huggingface.co/microsoft/Florence-2-base-ft).
|
140 |
FLODA combines image captioning with authenticity assessment in a single end-to-end architecture, demonstrating superior performance compared to existing benchmarks.
|
141 |
-
Learn more about FLODA
|
142 |
"""
|
143 |
|
144 |
with gr.Blocks(js=js_func, css=css) as demo:
|
|
|
138 |
DESCRIPTION = """
|
139 |
FLODA (FLorence-2 Optimized for Deepfake Assessment) is an advanced deepfake detection model leveraging the power of [Florence-2](https://huggingface.co/microsoft/Florence-2-base-ft).
|
140 |
FLODA combines image captioning with authenticity assessment in a single end-to-end architecture, demonstrating superior performance compared to existing benchmarks.
|
141 |
+
Learn more about FLODA [here](https://github.com/byh711/FLODA).
|
142 |
"""
|
143 |
|
144 |
with gr.Blocks(js=js_func, css=css) as demo:
|