juancopi81 commited on
Commit
c1363ca
1 Parent(s): 159c013

Add music21 and musescore3

Browse files
Files changed (3) hide show
  1. app.py +1 -0
  2. packages.txt +2 -1
  3. requirements.txt +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
 
3
  os.system("python3 -m pip install -e .")
 
4
 
5
  import gradio as gr
6
 
 
1
  import os
2
 
3
  os.system("python3 -m pip install -e .")
4
+ os.system("add-apt-repository ppa:mscore-ubuntu/mscore3-stable")
5
 
6
  import gradio as gr
7
 
packages.txt CHANGED
@@ -1,4 +1,5 @@
1
  libfluidsynth2
2
  build-essential
3
  libasound2-dev
4
- libjack-dev
 
 
1
  libfluidsynth2
2
  build-essential
3
  libasound2-dev
4
+ libjack-dev
5
+ musescore3
requirements.txt CHANGED
@@ -9,4 +9,5 @@ clu==0.0.7
9
  # pin Orbax to use Checkpointer
10
  orbax==0.0.2
11
  pytube
12
- pydub
 
 
9
  # pin Orbax to use Checkpointer
10
  orbax==0.0.2
11
  pytube
12
+ pydub
13
+ music21