Update app.py
Browse files
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
|
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 |
|