You're looking at a specific version of this model. Jump to the model overview.

fofr /nsfw-model-comparison:684e5e87

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
image
string
Input image

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'compvis_is_safe': {'title': 'Compvis Is Safe',
                                    'type': 'boolean'},
                'compvis_time_taken': {'title': 'Compvis Time Taken',
                                       'type': 'number'},
                'falcon_is_safe': {'title': 'Falcon Is Safe',
                                   'type': 'boolean'},
                'falcon_time_taken': {'title': 'Falcon Time Taken',
                                      'type': 'number'}},
 'required': ['falcon_is_safe',
              'falcon_time_taken',
              'compvis_is_safe',
              'compvis_time_taken'],
 'title': 'SafetyCheckResult',
 'type': 'object'}