Update handler.py
Browse files- 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(
|
| 61 |
-
"run_time_total": str(
|
| 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 |
|