NeeravS commited on
Commit
ef41ce2
·
verified ·
1 Parent(s): ab44e5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ interface = gr.Interface(
110
  inputs=gr.Video(label="Upload Video"),
111
  outputs="json",
112
  title="AllMark - Deepfake Analyzer",
113
- 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 Slower GPU/CPU increases accuracy. Final iteration will be faster. Thank you for your patience!"
114
  )
115
 
116
  if __name__ == "__main__":
 
110
  inputs=gr.Video(label="Upload Video"),
111
  outputs="json",
112
  title="AllMark - Deepfake Analyzer",
113
+ description="Upload a MP4 video for analysis. Multiple model iterations are being tested, so results are slow and may vary for the same video. A different model is available at - https://huggingface.co/spaces/NeeravS/AllMark"
114
  )
115
 
116
  if __name__ == "__main__":