NeeravS commited on
Commit
dc19982
·
verified ·
1 Parent(s): 777d6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ interface = gr.Interface(
95
  inputs=gr.Video(label="Upload Video"),
96
  outputs="json",
97
  title="AllMark - Deepfake Analyzer",
98
- description="Upload a video to analyze. N.B. - Only mp4 files. Model is in testing phase so some false negatives may occur."
99
  )
100
 
101
  if __name__ == "__main__":
 
95
  inputs=gr.Video(label="Upload Video"),
96
  outputs="json",
97
  title="AllMark - Deepfake Analyzer",
98
+ 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"
99
  )
100
 
101
  if __name__ == "__main__":