tomiwa1a commited on
Commit
91f436b
1 Parent(s): 23c32b9

fixed documentation

Browse files
Files changed (1) hide show
  1. handler.py +2 -2
handler.py CHANGED
@@ -20,9 +20,9 @@ class EndpointHandler():
20
  """
21
  Args:
22
  data (:obj:):
23
- includes the deserialized audio file as bytes
24
  Return:
25
- A :obj:`dict`:. URL to image for download
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)