Spaces:
Runtime error
Runtime error
smellslikeml
commited on
Commit
·
b584fdf
1
Parent(s):
69c46d2
initial commit
Browse files- video_stabilizer.py +1 -0
video_stabilizer.py
CHANGED
@@ -6,6 +6,7 @@ class VideoStabilizationTool(Tool):
|
|
6 |
description = """
|
7 |
This tool stabilizes a video.
|
8 |
Inputs are input_path, output_path, smoothing, zoom.
|
|
|
9 |
"""
|
10 |
inputs = ["text", "text", "integer", "integer", "integer"]
|
11 |
outputs = ["text"]
|
|
|
6 |
description = """
|
7 |
This tool stabilizes a video.
|
8 |
Inputs are input_path, output_path, smoothing, zoom.
|
9 |
+
Output is the output_path.
|
10 |
"""
|
11 |
inputs = ["text", "text", "integer", "integer", "integer"]
|
12 |
outputs = ["text"]
|