Converting quantised tflite models

I tried converting quantised tflite models link but faced the following error

TypeError: Value passed to parameter 'input' has DataType uint8 not in list of allowed values: float16, bfloat16, float32, float64

Note: I’m trying dynamic-fixed-point int8 quantisation

Any ideas on how to deal with this would be great