NeeravS commited on
Commit
68001f0
·
verified ·
1 Parent(s): 136897a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ interface = gr.Interface(
108
  inputs=gr.Video(label="Upload Video"),
109
  outputs="json",
110
  title="AllMark - Deepfake Analyzer",
111
- description="Upload a video to analyze. N.B. - Only mp4 files. Processing time 1-10 minutes. For any false positives or negatives, please contact the publisher for verification. Model is in testing phase. Not for production/commercial use."
112
  )
113
 
114
  if __name__ == "__main__":
 
108
  inputs=gr.Video(label="Upload Video"),
109
  outputs="json",
110
  title="AllMark - Deepfake Analyzer",
111
+ description="Upload a MP4 video for analysis (Upto 30 min processing). Use high-definition videos for best results. Multiple models are being tested, so results may vary per video. Contact the publisher for verification on any false positives/negatives. Not for commercial use."
112
  )
113
 
114
  if __name__ == "__main__":