Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def analyze_video(video_file):
|
|
102 |
|
103 |
interface = gr.Interface(
|
104 |
fn=analyze_video,
|
105 |
-
inputs=gr.Video(label="Upload Video"),
|
106 |
outputs="json",
|
107 |
title="AllMark - Deepfake Analyzer",
|
108 |
description="Upload a video to analyze. N.B. - Only mp4 files. Processing time 1-10 minutes. For any false negatives, please contact the publisher for verification. Incognito Mode Recommended"
|
|
|
102 |
|
103 |
interface = gr.Interface(
|
104 |
fn=analyze_video,
|
105 |
+
inputs=[gr.Video(label="Upload Video"), gr.Textbox(label="Access Key", type="password")],
|
106 |
outputs="json",
|
107 |
title="AllMark - Deepfake Analyzer",
|
108 |
description="Upload a video to analyze. N.B. - Only mp4 files. Processing time 1-10 minutes. For any false negatives, please contact the publisher for verification. Incognito Mode Recommended"
|