Try to use an onnx model on stm32

Question/Issue:
i just try to upload the onnx model
how to solve ?
the model is from below
https://github.com/Xiaobin-Rong/gtcrn?tab=readme-ov-file
Project ID:
[Provide the project ID]
147810
the model is uploaded fail
so may be meaningless to provide this project id
Context/Use case:

Creating job... OK (ID: 26679152)

✔️ Job scheduled at 04 Dec 2024 04:16:42
✔️ Job started at 04 Dec 2024 04:16:45
Converting ONNX model...
✔️ Job scheduled at 04 Dec 2024 04:16:50
✔️ Job started at 04 Dec 2024 04:16:51
INFO: No representative features passed in, won't quantize this model

Trying conversion using onnx2tf...
Grabbing input information...
Grabbing input information OK

Conversion using onnx2tf failed
Trying conversion using onnx-tf...
Traceback (most recent call last):
  File "convert-via-tf-onnx.py", line 68, in <module>
    ei_tensorflow.model_conversion.onnx.onnx_to_tflite(args.onnx_file, file_float32, file_int8,
  File "/app/./resources/libraries/ei_tensorflow/model_conversion/onnx.py", line 39, in onnx_to_tflite
    raise Exception('WARN: Graph has ' + str(len(net_feed_input)) + ' inputs, only one supported (inputs found: ' + ','.join(net_feed_input) + ')')
Exception: WARN: Graph has 15 inputs, only one supported (inputs found: en_cache3,de_cache1,en_cache2,rnn_cache1,en_cache5,rnn_cache2,de_cache2,en_cache4,de_cache4,de_cache5,en_cache1,rnn_cache3,mix,rnn_cache4,de_cache3)

Conversion using onnx-tf also failed, cannot use this ONNX file - contact your solutions engineer, or post the logs on the forum.
Application exited with code 1

Converting ONNX model failed, see above
Job failed (see above)

]