NeeravS commited on
Commit
660a68d
·
verified ·
1 Parent(s): 94f8f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"