NeeravS commited on
Commit
47d91ed
·
verified ·
1 Parent(s): 68001f0

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 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__":
 
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 time for a 5 min video). Use high-definition videos for best results. Multiple model iterations are being tested, so results may vary for the same video. An alternative version is available at - https://huggingface.co/spaces/NeeravS/AllMark2.0"
112
  )
113
 
114
  if __name__ == "__main__":