Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -177,8 +177,7 @@ interface = gr.Interface(
|
|
177 |
],
|
178 |
title="Video Deepfake Analysis",
|
179 |
description="Upload a video to analyze for potential deepfakes.",
|
180 |
-
examples=[]
|
181 |
-
interpretation="default"
|
182 |
)
|
183 |
|
184 |
if __name__ == "__main__":
|
|
|
177 |
],
|
178 |
title="Video Deepfake Analysis",
|
179 |
description="Upload a video to analyze for potential deepfakes.",
|
180 |
+
examples=[]
|
|
|
181 |
)
|
182 |
|
183 |
if __name__ == "__main__":
|