Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ def predict(path, sampling_rate):
|
|
62 |
# Evoking:
|
63 |
|
64 |
```python
|
65 |
-
TRUST =
|
66 |
|
67 |
config = AutoConfig.from_pretrained('Aniemore/wav2vec2-xlsr-53-russian-emotion-recognition', trust_remote_code=TRUST)
|
68 |
model_ = AutoModel.from_pretrained("Aniemore/wav2vec2-xlsr-53-russian-emotion-recognition", trust_remote_code=TRUST)
|
|
|
62 |
# Evoking:
|
63 |
|
64 |
```python
|
65 |
+
TRUST = True
|
66 |
|
67 |
config = AutoConfig.from_pretrained('Aniemore/wav2vec2-xlsr-53-russian-emotion-recognition', trust_remote_code=TRUST)
|
68 |
model_ = AutoModel.from_pretrained("Aniemore/wav2vec2-xlsr-53-russian-emotion-recognition", trust_remote_code=TRUST)
|