deepai-org / deepai-js-client

Simple Javascript Client Library for Browser and Node.js for calling DeepAI's APIs
https://deepai.org
BSD 2-Clause "Simplified" License
37 stars 12 forks source link

This model has been deprecated. Please use a different model [NEURAL STYLE TRANSFER] #62

Open jaykaria opened 1 year ago

jaykaria commented 1 year ago
var resp = await deepai.callStandardApi("neural-style", {
                    style: req.query.imageStyle,
                    content: imageUrl
                 });

what is the alternative model to this Api ?

jaykaria commented 1 year ago

@DJStompZone can only help here.