NeeravS commited on
Commit
82d6a67
·
verified ·
1 Parent(s): b6005a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ interface = gr.Interface(
88
  inputs=gr.Video(label="Upload Video"),
89
  outputs="json",
90
  title="AllMark - Deepfake Analyzer",
91
- description="Upload a video to analyze for deepfake content. N.B. - Only mp4 files supported for now. Analysis usually takes between 1 to 5 minutes."
92
  )
93
 
94
  if __name__ == "__main__":
 
88
  inputs=gr.Video(label="Upload Video"),
89
  outputs="json",
90
  title="AllMark - Deepfake Analyzer",
91
+ description="Upload a video to analyze. N.B. - Only mp4 files. Model is in testing phase so some false negatives may occur."
92
  )
93
 
94
  if __name__ == "__main__":