Update modeling_symphony.py
Browse files- modeling_symphony.py +0 -1
modeling_symphony.py
CHANGED
|
@@ -6,7 +6,6 @@ import torchaudio
|
|
| 6 |
import torch.nn.functional as F
|
| 7 |
import numpy as np
|
| 8 |
from torch import Tensor
|
| 9 |
-
import whisper
|
| 10 |
from einops import rearrange
|
| 11 |
from typing import Optional, List
|
| 12 |
|
|
|
|
| 6 |
import torch.nn.functional as F
|
| 7 |
import numpy as np
|
| 8 |
from torch import Tensor
|
|
|
|
| 9 |
from einops import rearrange
|
| 10 |
from typing import Optional, List
|
| 11 |
|