Spaces:
Sleeping
Sleeping
update commit
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(
|
|
25 |
inputs=gr.Video(),
|
26 |
outputs="image",
|
27 |
title="Video to Last Frame",
|
28 |
-
description="Extract the last frame from
|
29 |
)
|
30 |
|
31 |
if __name__ == "__main__":
|
|
|
25 |
inputs=gr.Video(),
|
26 |
outputs="image",
|
27 |
title="Video to Last Frame",
|
28 |
+
description="Extract the last frame from video (🖤 the project if it helps!)",
|
29 |
)
|
30 |
|
31 |
if __name__ == "__main__":
|