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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ interface = gr.Interface(
109
  fn=analyze_video,
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__":
 
109
  fn=analyze_video,
110
  inputs=gr.Video(label="Upload Video"),
111
  outputs="json",
112
+ title="AllMark - Deepfake and AI Video 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/AllMark2.0"
114
  )
115
 
116
  if __name__ == "__main__":