hylee commited on
Commit
3697fb9
·
1 Parent(s): 74075f5
Files changed (1) hide show
  1. handler.py +1 -2
handler.py CHANGED
@@ -382,8 +382,7 @@ class EndpointHandler():
382
  # logger.info(f"Used Memory after model 3 deleted: {used_mem:.2f} GB, Total Mem: {total_mem:.2f} GB")
383
  # print(f"CPU Usage after model 3 deleted: {cpu_percent}%")
384
  transcript.update_utterance_roles
385
- talk_dist, talk_len = transcript.get_talk_distribution_and_length(
386
- self, uptake_speaker)
387
  talk_timeline = transcript.get_talk_timeline()
388
  word_cloud = transcript.get_word_cloud_dicts()
389
 
 
382
  # logger.info(f"Used Memory after model 3 deleted: {used_mem:.2f} GB, Total Mem: {total_mem:.2f} GB")
383
  # print(f"CPU Usage after model 3 deleted: {cpu_percent}%")
384
  transcript.update_utterance_roles
385
+ talk_dist, talk_len = transcript.get_talk_distribution_and_length(uptake_speaker)
 
386
  talk_timeline = transcript.get_talk_timeline()
387
  word_cloud = transcript.get_word_cloud_dicts()
388