baakaani commited on
Commit
768f340
·
1 Parent(s): 2ce188f

new changes

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ To execute the user study and generate songs along with spectrograms, follow the
56
 
57
  2. Launch the user study interface using Streamlit:
58
  ```
59
- streamlit run main.py
60
  ```
61
 
62
  Note: It's advisable to select only one song from the provided list during the initial phase. After generating the song and submitting the ratings, the resulting song and spectrogram will be saved in the respective folders. The files follow the naming convention:
 
56
 
57
  2. Launch the user study interface using Streamlit:
58
  ```
59
+ streamlit run app.py
60
  ```
61
 
62
  Note: It's advisable to select only one song from the provided list during the initial phase. After generating the song and submitting the ratings, the resulting song and spectrogram will be saved in the respective folders. The files follow the naming convention:
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  audiodiffusion==1.5.6
2
- huggingface-hub==0.16.4
3
  diffusers==0.17.1
4
  librosa==0.10.1
5
  numpy==1.26.2
 
1
  audiodiffusion==1.5.6
2
+ huggingface_hub==0.24.7
3
  diffusers==0.17.1
4
  librosa==0.10.1
5
  numpy==1.26.2