SaltProphet commited on
Commit
cb357ce
·
verified ·
1 Parent(s): e3d0982

Rename requirements.txt to README.mdd

Browse files
Files changed (2) hide show
  1. README.mdd +8 -0
  2. requirements.txt +0 -7
README.mdd ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ sdk: gradio
2
+ huggingface/app-dependencies:
3
+ apt:
4
+ - ffmpeg
5
+ - libsndfile1
6
+ app_file: app.py
7
+ ​Loop-Architect
8
+ ​This is the application for audio processing and loop generation.
requirements.txt DELETED
@@ -1,7 +0,0 @@
1
- numpy
2
- scipy
3
- soundfile
4
- librosa
5
- gradio
6
- huggingface_hub>=0.16.4
7
- matplotlib