Skip to content

Requesting to Demographic model using Reactjs responding with 404 #57

@70Ni

Description

@70Ni

Used React js for sending request.

    app.models
        .predict(
            Clarifai.DEMOGRAPHICS_MODEL,
            this.state.input)
        .then(response => console.log(response))
        .catch(err => console.log(err))

The above code work correctly with FACE_DETECT_MODEL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions