Spaces:
Build error
Build error
Fix app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ class SASREC_Vessl(SASREC):
|
|
17 |
training = False
|
18 |
seq = np.zeros([self.seq_max_len], dtype=np.int32)
|
19 |
idx = self.seq_max_len - 1
|
20 |
-
idx -= 1
|
21 |
for i in input[::-1]:
|
22 |
seq[idx] = i
|
23 |
idx -= 1
|
|
|
17 |
training = False
|
18 |
seq = np.zeros([self.seq_max_len], dtype=np.int32)
|
19 |
idx = self.seq_max_len - 1
|
|
|
20 |
for i in input[::-1]:
|
21 |
seq[idx] = i
|
22 |
idx -= 1
|