API changes broke this AR app I made back in May

#25
by Yosun - opened

Is there a way to have the previous inference API back up? I'm busy with a ton of projects and I think recent inference API changes broke my app

https://get.polymagical.com/

https://omg.polymagical.com/07360a94-5469-4107-aa30-bb17c43d0e27/viewer

FYI, this curl request used to work - is there no longer a way to call gradio API using curl (not using your python or js libs since on the Unity client side, neither works)?

curl --location 'https://hysts-shap-e.hf.space/api/predict/text-to-3d' \
--header 'Content-Type: application/json' \
--data '{
  "data": [
    
"red apple",0,15,50
  
  ]
}'

Sign up or log in to comment