Load a `.tflite` model, view its input/output signature, and run a test inference.
1. Load Model
Awaiting model URL...
2. Input & Output Signature
TFLite models can be complex. We need the expected input shape to run a test.
Refer to your model's documentation (e.g., from Edge Impulse) for the correct shape.