- 👋 Hi, I’m @david429429
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
ENDPOINT = https://api-inference.huggingface.co/modelsfrom gradio_client import Client
client = Client("https://prt429-outfitanyone.hf.space/--replicas/otqex/") result = client.predict( 0, # int (index of selected example) in 'parameter_5' Dataset component api_name="/load_example" ) print(result)