NeeravS commited on
Commit
4d5af05
·
verified ·
1 Parent(s): 5e8743b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ interface = gr.Interface(
97
  inputs=gr.Video(label="Upload Video"),
98
  outputs="json",
99
  title="AllMark - Deepfake Analyzer",
100
- description="Upload a video to analyze. N.B. - Only mp4 files. Some Models may give false negative results. In that case, please contact publisher for a more accurate response"
101
  )
102
 
103
  if __name__ == "__main__":
 
97
  inputs=gr.Video(label="Upload Video"),
98
  outputs="json",
99
  title="AllMark - Deepfake Analyzer",
100
+ description="Upload a video to analyze. N.B. - Only mp4 files. Processing time 1-10 minutes. In case of false negative, please contact publisher for a more accurate response"
101
  )
102
 
103
  if __name__ == "__main__":