BrendaTellez commited on
Commit
3e0ba45
·
1 Parent(s): 191992a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torchaudio
4
  from transformers import Wav2Vec2ForCTC, Wav2Vec2Tokenizer
5
 
6
  # Set the Hugging Face API token
7
- os.environ["HUGGINGFACE_TOKEN"] = "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"
8
 
9
  # Load the pre-trained model and tokenizer
10
  model_name = "BrendaTellez/sounds"
 
4
  from transformers import Wav2Vec2ForCTC, Wav2Vec2Tokenizer
5
 
6
  # Set the Hugging Face API token
7
+ os.environ["HUGGINGFACE_TOKEN"] = "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"
8
 
9
  # Load the pre-trained model and tokenizer
10
  model_name = "BrendaTellez/sounds"