21f1003825 commited on
Commit
4251a0b
·
verified ·
1 Parent(s): a85aa85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 frames using a fine-tuned CLIP classifier."
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