Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ interface = gr.Interface(
|
|
| 104 |
gr.Number(label="Fake Probability Score (0=Real, 1=Fake)")
|
| 105 |
],
|
| 106 |
title="DeepFake Video Detector",
|
| 107 |
-
description="Upload a video to check if it is Real or AI-Generated. The model analyzes
|
| 108 |
)
|
| 109 |
|
| 110 |
# Launch the app
|
|
|
|
| 104 |
gr.Number(label="Fake Probability Score (0=Real, 1=Fake)")
|
| 105 |
],
|
| 106 |
title="DeepFake Video Detector",
|
| 107 |
+
description="Upload a video to check if it is Real or AI-Generated. The model analyzes using a fine-tuned CLIP classifier."
|
| 108 |
)
|
| 109 |
|
| 110 |
# Launch the app
|