import requests response = requests.post("https://gmshroff-gmserver.hf.space/run/predict", json={ "data": [ "", ]}).json() data = response["data"] print(data)