Readme
This model doesn't have a readme.
rem-color-bg
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run mlscade/rem-color-bg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"mlscade/rem-color-bg:4b8ab42a72ff89d96c10736882df87234ddb8cc406b525c9e314c7e2457700be",
input={
"bg_color": "#FFFFFF",
"tolerance": 0,
"upscale_factor": 2,
"color_threshold": 50
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.