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 MP4 video for analysis (Upto 30 min processing). Use high-definition videos for best results. Multiple
|
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 time for a 5 min video). Use high-definition videos for best results. Multiple model iterations are being tested, so results may vary for the same video. An alternative version is available at - https://huggingface.co/spaces/NeeravS/AllMark2.0"
|
112 |
)
|
113 |
|
114 |
if __name__ == "__main__":
|