Spaces:
Sleeping
Sleeping
Vansh Chugh commited on
Commit ·
63528f4
1
Parent(s): 88ae4dd
final cleanup
Browse files- .gitignore +1 -2
- README.md +1 -1
.gitignore
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
| 3 |
-
.DS_Store
|
| 4 |
-
STAGE-repo/
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
| 3 |
+
.DS_Store
|
|
|
README.md
CHANGED
|
@@ -8,5 +8,5 @@ sdk_version: 5.28.0
|
|
| 8 |
python_version: '3.11'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
-
short_description:
|
| 12 |
---
|
|
|
|
| 8 |
python_version: '3.11'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
short_description: Bass/Drums Accompaniment Generation
|
| 12 |
---
|