Skip to content

Commit

Permalink
Merge pull request huggingface#155 from osamja/fix-minds-audio-inference
Browse files Browse the repository at this point in the history
Classify minds-14 on audio rather than path
  • Loading branch information
MKhalusova authored Jan 15, 2024
2 parents cf61c0d + 6e44182 commit d112dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/en/chapter4/classification_models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ classifier = pipeline(

Finally, we can pass a sample to the classification pipeline to make a prediction:
```python
classifier(minds[0]["path"])
classifier(minds[0]["audio"])
```
**Output:**
```
Expand Down

0 comments on commit d112dde

Please sign in to comment.