from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/Materials_Swelling_Cavity_Detection_2022-06-14_v2', X)
from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/Materials_Swelling_Cavity_Detection_2022-06-14_v2')
pip install dlhub_sdk