AMontiB commited on
Commit
ac2a7d8
·
1 Parent(s): e00061d
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -115,8 +115,12 @@ with demo:
115
 
116
  ### Understanding the Results
117
  * **Prediction**: Tells if an image is **Real** or **Fake**.
118
- * **Confidence**: The confidence with which the model determines if the image is real orfake.
119
  * **Elapsed Time**: The time the model needed to make the prediction (excluding preprocessing or model building).
 
 
 
 
120
  """)
121
 
122
  with gr.Row():
 
115
 
116
  ### Understanding the Results
117
  * **Prediction**: Tells if an image is **Real** or **Fake**.
118
+ * **Confidence**: The confidence with which the model determines if the image is real or fake.
119
  * **Elapsed Time**: The time the model needed to make the prediction (excluding preprocessing or model building).
120
+
121
+ ### Note
122
+ ⚠️ Due to file size limitations, model weights need to be downloaded automatically on first use. This may take a few moments.
123
+ ⚠️ To provide a free service, all models run on CPU.The detection process may take a few seconds, depending on the image size and the selected detector.
124
  """)
125
 
126
  with gr.Row():