Spaces:
Runtime error
Runtime error
chore(.gitignore): add 'rmvpe.pt' model and virtual environment folder
Browse files- .gitignore +7 -1
.gitignore
CHANGED
@@ -3,4 +3,10 @@ weights/
|
|
3 |
TEMP/
|
4 |
logs/
|
5 |
csvdb/
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
TEMP/
|
4 |
logs/
|
5 |
csvdb/
|
6 |
+
|
7 |
+
# Environment
|
8 |
+
venv/
|
9 |
+
|
10 |
+
# Models
|
11 |
+
hubert_base.pt
|
12 |
+
rmvpe.pt
|