How to modify the inference API parameters on model card page

I have hosted a model on hugging face. While using the inference API on the model card UI page. the model is generating text with default values. I wish to change max_new_tokens to 250 from default value of 100. How to do this?