truens66 commited on
Commit
35709e7
·
verified ·
1 Parent(s): 9797501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ iface = gr.Interface(
305
  inputs=gr.Video(label="Upload Video"),
306
  outputs=gr.Video(label="Processed Video"),
307
  title="Deepfake Detection",
308
- description="Upload a video to detect deepfakes using MediaPipe face detection and ResNet-34 model.",
309
  examples=[], # Add example videos here if available
310
  )
311
 
 
305
  inputs=gr.Video(label="Upload Video"),
306
  outputs=gr.Video(label="Processed Video"),
307
  title="Deepfake Detection",
308
+ description="Upload a video to detect deepfakes",
309
  examples=[], # Add example videos here if available
310
  )
311