Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ interface = gr.Interface(
|
|
97 |
inputs=gr.Video(label="Upload Video"),
|
98 |
outputs="json",
|
99 |
title="AllMark - Deepfake Analyzer",
|
100 |
-
description="Upload a video to analyze. N.B. - Only mp4 files.
|
101 |
)
|
102 |
|
103 |
if __name__ == "__main__":
|
|
|
97 |
inputs=gr.Video(label="Upload Video"),
|
98 |
outputs="json",
|
99 |
title="AllMark - Deepfake Analyzer",
|
100 |
+
description="Upload a video to analyze. N.B. - Only mp4 files. Processing time 1-10 minutes. In case of false negative, please contact publisher for a more accurate response"
|
101 |
)
|
102 |
|
103 |
if __name__ == "__main__":
|