We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to use "new_file_name" to define the output path like,
rmbg.remove_background_from_img_file(img_file_path=img_p, new_file_name=out_path)
but it shows me this error. What is the problem?
The text was updated successfully, but these errors were encountered:
You can edit the source code in your site-packages folder and add a new_file_name argument.
new_file_name
Sorry, something went wrong.
Or you can clone this repository and do pip install . to install the latest version
pip install .
No branches or pull requests
I tried to use "new_file_name" to define the output path like,
rmbg.remove_background_from_img_file(img_file_path=img_p, new_file_name=out_path)
but it shows me this error. What is the problem?
The text was updated successfully, but these errors were encountered: