gastonduault commited on
Commit
445fbef
·
verified ·
1 Parent(s): ace7055

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ from transformers import Wav2Vec2ForSequenceClassification, Wav2Vec2FeatureExtra
27
  import torch
28
 
29
  # Load model and feature extractor
30
- model = Wav2Vec2ForSequenceClassification.from_pretrained("gastoooon/music-classifier")
31
  feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained("facebook/wav2vec2-large")
32
 
33
  # Process audio file
 
27
  import torch
28
 
29
  # Load model and feature extractor
30
+ model = Wav2Vec2ForSequenceClassification.from_pretrained("gastonduault/music-classifier")
31
  feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained("facebook/wav2vec2-large")
32
 
33
  # Process audio file