Spaces:
Running
Running
Update app.py
Browse filesThis 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
app.py
CHANGED
@@ -111,8 +111,8 @@ interface = gr.Interface(
|
|
111 |
gr.Label(label="Class"),
|
112 |
|
113 |
],
|
114 |
-
title="
|
115 |
-
description="Detect whether the
|
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()
|