Skip to content

Commit

Permalink
Merge branch 'main' of github.com:huggingface/huggingface_hub into us…
Browse files Browse the repository at this point in the history
…e-default-expand_path
  • Loading branch information
mariosasko committed Sep 21, 2023
2 parents 05e89fe + e3061b4 commit cd04527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_inference_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_inference_with_audio(self):
self.assertIsInstance(result, dict)
self.assertTrue("text" in result, f"We received {result} instead")

@unittest.skip("Model often not loaded")
@expect_deprecation("huggingface_hub.inference_api")
def test_inference_with_image(self):
api = InferenceApi("google/vit-base-patch16-224")
Expand Down

0 comments on commit cd04527

Please sign in to comment.