NeeravS commited on
Commit
79ca4dc
·
verified ·
1 Parent(s): bbfb54f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ interface = gr.Interface(
102
  inputs=gr.Video(label="Upload Video"),
103
  outputs="json",
104
  title="AllMark - Deepfake Analyzer",
105
- description="Upload a video to analyze for deepfake content. N.B. - Analysis usually takes between 1 to 5 minutes."
106
  )
107
 
108
  # Launch Gradio app
 
102
  inputs=gr.Video(label="Upload Video"),
103
  outputs="json",
104
  title="AllMark - Deepfake Analyzer",
105
+ description="Upload a video to analyze for deepfake content. N.B. - Pnly mp4 supported for now. Analysis usually takes between 1 to 5 minutes."
106
  )
107
 
108
  # Launch Gradio app