Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ interface = gr.Interface(
|
|
124 |
inputs=gr.Video(label="Upload Video"),
|
125 |
outputs="json",
|
126 |
title="AllMark - Deepfake and AI Video Analyzer",
|
127 |
-
description="Upload a MP4 video for analysis. Multiple model iterations are being tested, so results are slow and may vary for the same video.
|
128 |
)
|
129 |
|
130 |
if __name__ == "__main__":
|
|
|
124 |
inputs=gr.Video(label="Upload Video"),
|
125 |
outputs="json",
|
126 |
title="AllMark - Deepfake and AI Video Analyzer",
|
127 |
+
description="Upload a MP4 video for analysis. Multiple model iterations are being tested, so results are slow and may vary for the same video. Our Models 2 and 3 shall be available on AWS."
|
128 |
)
|
129 |
|
130 |
if __name__ == "__main__":
|