Run syedatasneem110/flask_greet_app using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"syedatasneem110/flask_greet_app:92e384318bf220df33a823346c544476e4ab1d8885e639b1bd8ae1710d915401",
input={
"scale": 1.5
}
)
# To access the file URL:print(output.url())
#=> "http://example.com"# To write the file to disk:withopen("my-image.png", "wb") as file:
file.write(output.read())