ButtonList

fun ButtonList(onLoadModel: () -> Unit)

Composable function to load models in the device.

This is a temporary function to create a button for the test purpose. It will be replaced by a proper UI component later.

Parameters

onLoadModel

Callback to be invoked when the "Load Models" button is clicked.