huggingface / unity-api

Apache License 2.0
316 stars 30 forks source link

I need to specify text or text_target in text classification #23

Open helenawsu opened 8 months ago

helenawsu commented 8 months ago

I try calling the api by huggingfaceapi.textclassification("some string", response =>...) but got the error"you need to specify text or text_target". Where can I specify that in my unity C# code?