Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ interface = gr.Interface(
|
|
95 |
inputs=gr.Video(label="Upload Video"),
|
96 |
outputs="json",
|
97 |
title="AllMark - Deepfake Analyzer",
|
98 |
-
description="Upload a video to analyze. N.B. - Only mp4 files.
|
99 |
)
|
100 |
|
101 |
if __name__ == "__main__":
|
|
|
95 |
inputs=gr.Video(label="Upload Video"),
|
96 |
outputs="json",
|
97 |
title="AllMark - Deepfake Analyzer",
|
98 |
+
description="Upload a video to analyze. N.B. - Only mp4 files. Some Models may give false negative results. In that case, please contact publisher for a more accurate response"
|
99 |
)
|
100 |
|
101 |
if __name__ == "__main__":
|