Spaces:
Runtime error
Runtime error
neverix commited on
Commit ·
2b04aed
1
Parent(s): 1ec1185
Added results directory
Browse files- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -2,10 +2,10 @@ results/
|
|
| 2 |
test_data/
|
| 3 |
test_data_pre/
|
| 4 |
character_sheet/
|
| 5 |
-
weights/
|
| 6 |
x264/
|
| 7 |
*.mp3
|
| 8 |
*.mp4
|
| 9 |
filelist.txt
|
| 10 |
complex_infer.sh
|
| 11 |
-
__pycache__/
|
|
|
|
| 2 |
test_data/
|
| 3 |
test_data_pre/
|
| 4 |
character_sheet/
|
| 5 |
+
# weights/
|
| 6 |
x264/
|
| 7 |
*.mp3
|
| 8 |
*.mp4
|
| 9 |
filelist.txt
|
| 10 |
complex_infer.sh
|
| 11 |
+
__pycache__/
|