File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
tests/src/test/java/clarifai2/integration_tests Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,6 @@ public class VariousModelsIntTests extends BaseIntTest {
102102 assertNotEquals (0 , detection .ageAppearances ());
103103 }
104104
105- @ Test public void shouldBeCorrectForFaceConceptsModel () {
106- ClarifaiResponse <List <ClarifaiOutput <Detection >>> response = client .getDefaultModels ().celebrityModel ()
107- .predict ()
108- .withInputs (ClarifaiInput .forImage (CELEBRITY_IMAGE_URL )).executeSync ();
109- assertSuccess (response );
110- assertNotNull (response .get ().get (0 ).data ().get (0 ));
111- }
112-
113105 @ Test public void shouldBeCorrectForColorModel () {
114106 ClarifaiResponse <List <ClarifaiOutput <Color >>> response = client .getDefaultModels ().colorModel ().predict ()
115107 .withInputs (ClarifaiInput .forImage (LOGO_IMAGE_URL )).executeSync ();
You can’t perform that action at this time.
0 commit comments