hylee commited on
Commit
c9e7917
·
1 Parent(s): 3f72c90
Files changed (1) hide show
  1. handler.py +2 -2
handler.py CHANGED
@@ -386,8 +386,8 @@ class EndpointHandler():
386
  talk_timeline = transcript.get_talk_timeline()
387
  word_cloud = transcript.get_word_cloud_dicts()
388
 
389
- return transcript.to_dict(), talk_dist, talk_len, talk_timeline, word_cloud
390
-
391
 
392
  # {
393
  # "inputs": [
 
386
  talk_timeline = transcript.get_talk_timeline()
387
  word_cloud = transcript.get_word_cloud_dicts()
388
 
389
+ # return transcript.to_dict(), talk_dist, talk_len, talk_timeline, word_cloud
390
+ return talk_dist, talk_len, talk_timeline, word_cloud
391
 
392
  # {
393
  # "inputs": [