kalaidin commited on
Commit
2b58cb2
1 Parent(s): 3f0b4ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -98,6 +98,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
98
  <a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-2.0'>synthetic_detector_v2</a>.
99
  </li>
100
  <li>License: CC-By-SA-3.0</li>
 
 
 
 
101
  """
102
  )
103
 
 
98
  <a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-2.0'>synthetic_detector_v2</a>.
99
  </li>
100
  <li>License: CC-By-SA-3.0</li>
101
+ <h3>Limitations</h3>
102
+ The model output should only be used as an indication that an image may have been (but not definitely) artificially generated.
103
+ Current models may face challenges in accurately predicting the class for real-world examples that are extremely vibrant and of exceptionally high quality.
104
+ In such cases, the richness of colors and fine details may lead to misclassifications due to the complexity of the input. This could potentially cause the model to focus on visual aspects that are not necessarily indicative of the true class.
105
  """
106
  )
107