Clarifai / clarifai-python-grpc

Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56 stars 20 forks source link

reduce video tests to only run on general model #80

Closed nick-clarifai closed 2 years ago

nick-clarifai commented 2 years ago

Video model tests don’t test the models in a different way than the existing image tests. The video tests only test the media processing assuming image tests are passing. This PR will change video tests to only run on the general model.