NeeravS commited on
Commit
216b41c
·
verified ·
1 Parent(s): 9e82e7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ interface = gr.Interface(
124
  inputs=gr.Video(label="Upload Video"),
125
  outputs="json",
126
  title="AllMark - Deepfake and AI Video Analyzer",
127
- 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"
128
  )
129
 
130
  if __name__ == "__main__":
 
124
  inputs=gr.Video(label="Upload Video"),
125
  outputs="json",
126
  title="AllMark - Deepfake and AI Video Analyzer",
127
+ description="Upload a MP4 video for analysis. Multiple model iterations are being tested, so results are slow and may vary for the same video. Our Models 2 and 3 shall be available on AWS."
128
  )
129
 
130
  if __name__ == "__main__":