lint updates

This commit is contained in:
erogol
2020-07-09 14:22:45 +02:00
parent 26e0b61492
commit 67735cbdac
8 changed files with 43 additions and 35 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ def run_model_tflite(model, inputs, CONFIG, truncated, speaker_id=None, style_me
model.resize_tensor_input(input_details[0]['index'], inputs.shape)
model.allocate_tensors()
detail = input_details[0]
input_shape = detail['shape']
# input_shape = detail['shape']
model.set_tensor(detail['index'], inputs)
# run the model
model.invoke()