Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ interface = gr.Interface(
|
|
| 110 |
inputs=gr.Video(label="Upload Video"),
|
| 111 |
outputs="json",
|
| 112 |
title="AllMark - Deepfake Analyzer",
|
| 113 |
-
description="Upload a
|
| 114 |
)
|
| 115 |
|
| 116 |
if __name__ == "__main__":
|
|
|
|
| 110 |
inputs=gr.Video(label="Upload Video"),
|
| 111 |
outputs="json",
|
| 112 |
title="AllMark - Deepfake Analyzer",
|
| 113 |
+
description="Upload a MP4 video for analysis. Multiple model iterations are being tested, so results are slow and may vary for the same video. A different model is available at - https://huggingface.co/spaces/NeeravS/AllMark"
|
| 114 |
)
|
| 115 |
|
| 116 |
if __name__ == "__main__":
|