Getting substantially different results when run on local system vs when run on hf inference api
#6
by Gopalkrishna - opened
@Gopalkrishna the difference is that for the first output you've most likely set multi_label=False while for the widget you have set multi_label=True
MoritzLaurer changed discussion status to closed
@MoritzLaurer thank you for the suggestion i had a typo in naming the multi_label = True attribute. Issue has been resolved thank you.

