Spaces:
Runtime error
Runtime error
smellslikeml
commited on
Commit
·
3ab074d
1
Parent(s):
65c4e01
update docstring
Browse files- ffprobe.py +1 -1
ffprobe.py
CHANGED
@@ -6,7 +6,7 @@ class FFProbeTool(Tool):
|
|
6 |
name = "ffprobe_tool"
|
7 |
description = """
|
8 |
This tool extracts metadata from input video using ffmpeg/ffprobe
|
9 |
-
Input is input_path. Output is a
|
10 |
"""
|
11 |
inputs = ["text"]
|
12 |
outputs = ["text"]
|
|
|
6 |
name = "ffprobe_tool"
|
7 |
description = """
|
8 |
This tool extracts metadata from input video using ffmpeg/ffprobe
|
9 |
+
Input is input_path. Output is video metadata as a string.
|
10 |
"""
|
11 |
inputs = ["text"]
|
12 |
outputs = ["text"]
|