fixed documentation
Browse files- handler.py +2 -2
handler.py
CHANGED
@@ -20,9 +20,9 @@ class EndpointHandler():
|
|
20 |
"""
|
21 |
Args:
|
22 |
data (:obj:):
|
23 |
-
includes the
|
24 |
Return:
|
25 |
-
A :obj:`dict`:.
|
26 |
"""
|
27 |
# process input
|
28 |
print('data', data)
|
|
|
20 |
"""
|
21 |
Args:
|
22 |
data (:obj:):
|
23 |
+
includes the URL to video for transcription
|
24 |
Return:
|
25 |
+
A :obj:`dict`:. transcribed dict
|
26 |
"""
|
27 |
# process input
|
28 |
print('data', data)
|