vlbthambawita
commited on
Commit
•
cf6bdae
1
Parent(s):
2473582
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
```python
|
13 |
from transformers import AutoModel
|
14 |
|
15 |
-
model = AutoModel.from_pretrained("deepsynthbody/deepfake_ecg")
|
16 |
|
17 |
out = model(num_samples=5)
|
18 |
```
|
|
|
12 |
```python
|
13 |
from transformers import AutoModel
|
14 |
|
15 |
+
model = AutoModel.from_pretrained("deepsynthbody/deepfake_ecg", trust_remote_code=True)
|
16 |
|
17 |
out = model(num_samples=5)
|
18 |
```
|