byh711 commited on
Commit
7c518ad
1 Parent(s): fe67416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 in the published paper [here](https://github.com/byh711/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: