Dupaja commited on
Commit
fc3317e
·
1 Parent(s): c0208f8

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -2
handler.py CHANGED
@@ -57,8 +57,8 @@ class EndpointHandler:
57
  "audio": speech.numpy(), # Consider encoding this to a suitable format
58
  "sampling_rate": 16000,
59
  "run_time_processor": str(run_time_processor),
60
- "run_time_speech": str(run_time_processor),
61
- "run_time_total": str(run_time_processor),
62
  }
63
  }
64
 
 
57
  "audio": speech.numpy(), # Consider encoding this to a suitable format
58
  "sampling_rate": 16000,
59
  "run_time_processor": str(run_time_processor),
60
+ "run_time_speech": str(run_time_speech),
61
+ "run_time_total": str(run_time_total),
62
  }
63
  }
64