Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 video
|
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). 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__":
|