from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('yang558_wisc/Cubic_Crystal_Space_Group_Prediction_Model_2022-11-16', X)
from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('yang558_wisc/Cubic_Crystal_Space_Group_Prediction_Model_2022-11-16')
pip install dlhub_sdk