varma123 commited on
Commit
fb414d0
·
verified ·
1 Parent(s): 73731e6

Update app.py

Browse files

This is the finalised commit to this file.In this file,i framed the videos selectively based on the count as i cant use all the frames) and send it to the original one

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ interface = gr.Interface(
111
  gr.Label(label="Class"),
112
 
113
  ],
114
- title="Video Face Authentication",
115
- description="Detect whether the faces in the video are real or fake."
116
  )
117
 
118
  interface.launch()
 
111
  gr.Label(label="Class"),
112
 
113
  ],
114
+ title="Deep fake video Detection",
115
+ description="Detect whether the video is fake or real"
116
  )
117
 
118
  interface.launch()