Spaces:
Build error
Build error
jason-salt
commited on
Commit
·
9110083
1
Parent(s):
2c28acd
gitignore
Browse files
.gitignore
CHANGED
|
@@ -1 +1,27 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.py[cod]
|
| 3 |
+
*$py.class
|
| 4 |
+
*.egg-info
|
| 5 |
+
.pytest_cache
|
| 6 |
+
.ipynb_checkpoints
|
| 7 |
+
|
| 8 |
+
thumbs.db
|
| 9 |
+
.DS_Store
|
| 10 |
+
.idea
|
| 11 |
+
*.log
|
| 12 |
+
*.pdf
|
| 13 |
+
*.mkv
|
| 14 |
+
*.mp4
|
| 15 |
+
*.png
|
| 16 |
+
*.wav
|
| 17 |
+
*.mp3
|
| 18 |
+
|
| 19 |
+
*durip*
|
| 20 |
+
*rtx*
|
| 21 |
+
*l40*
|
| 22 |
+
*a40*
|
| 23 |
+
|
| 24 |
+
src/audiocraft
|
| 25 |
+
|
| 26 |
+
!/demo/
|
| 27 |
+
!/demo/*
|
__pycache__/inference_tts_scale.cpython-310.pyc
DELETED
|
Binary file (6.8 kB)
|
|
|