Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
9fdab57
1
Parent(s):
dac02f7
fix interface mask b4
Browse files- vampnet/interface.py +1 -1
vampnet/interface.py
CHANGED
|
@@ -194,7 +194,7 @@ class Interface(torch.nn.Module):
|
|
| 194 |
|
| 195 |
def make_beat_mask(self,
|
| 196 |
signal: AudioSignal,
|
| 197 |
-
before_beat_s: float = 0.
|
| 198 |
after_beat_s: float = 0.1,
|
| 199 |
mask_downbeats: bool = True,
|
| 200 |
mask_upbeats: bool = True,
|
|
|
|
| 194 |
|
| 195 |
def make_beat_mask(self,
|
| 196 |
signal: AudioSignal,
|
| 197 |
+
before_beat_s: float = 0.0,
|
| 198 |
after_beat_s: float = 0.1,
|
| 199 |
mask_downbeats: bool = True,
|
| 200 |
mask_upbeats: bool = True,
|