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 video to analyze for deepfake content."
|
112 |
)
|
113 |
|
114 |
# Launch Gradio app
|
|
|
108 |
inputs=gr.Video(label="Upload Video"),
|
109 |
outputs="json",
|
110 |
title="AllMark - Deepfake Analyzer",
|
111 |
+
description="Upload a video to analyze for deepfake content. N.B. - Average processing time is between 1 to 5 minutes."
|
112 |
)
|
113 |
|
114 |
# Launch Gradio app
|