Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ interface = gr.Interface(
|
|
88 |
inputs=gr.Video(label="Upload Video"),
|
89 |
outputs="json",
|
90 |
title="AllMark - Deepfake Analyzer",
|
91 |
-
description="Upload a video to analyze
|
92 |
)
|
93 |
|
94 |
if __name__ == "__main__":
|
|
|
88 |
inputs=gr.Video(label="Upload Video"),
|
89 |
outputs="json",
|
90 |
title="AllMark - Deepfake Analyzer",
|
91 |
+
description="Upload a video to analyze. N.B. - Only mp4 files. Model is in testing phase so some false negatives may occur."
|
92 |
)
|
93 |
|
94 |
if __name__ == "__main__":
|