Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,6 @@ Use the following code to render performances:
|
|
| 44 |
|
| 45 |
```python
|
| 46 |
import torch
|
| 47 |
-
from symusic import Score
|
| 48 |
from symupe import AutoGenerator
|
| 49 |
|
| 50 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
|
| 44 |
|
| 45 |
```python
|
| 46 |
import torch
|
|
|
|
| 47 |
from symupe import AutoGenerator
|
| 48 |
|
| 49 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|