Spaces:
Build error
Build error
Commit
·
d9d8d14
1
Parent(s):
fff3582
Path to musescore
Browse files- app.py +4 -0
- packages.txt +1 -2
app.py
CHANGED
@@ -2,6 +2,10 @@ import os
|
|
2 |
|
3 |
os.system("python3 -m pip install -e .")
|
4 |
os.system("sudo add-apt-repository ppa:mscore-ubuntu/mscore3-stable")
|
|
|
|
|
|
|
|
|
5 |
|
6 |
import gradio as gr
|
7 |
|
|
|
2 |
|
3 |
os.system("python3 -m pip install -e .")
|
4 |
os.system("sudo add-apt-repository ppa:mscore-ubuntu/mscore3-stable")
|
5 |
+
os.system("sudo apt-get update")
|
6 |
+
os.system("sudo apt install musescore3")
|
7 |
+
print("Locate path to musescore")
|
8 |
+
os.system("whereis musescore")
|
9 |
|
10 |
import gradio as gr
|
11 |
|
packages.txt
CHANGED
@@ -2,5 +2,4 @@ libfluidsynth2
|
|
2 |
build-essential
|
3 |
libasound2-dev
|
4 |
libjack-dev
|
5 |
-
software-properties-common
|
6 |
-
musescore3
|
|
|
2 |
build-essential
|
3 |
libasound2-dev
|
4 |
libjack-dev
|
5 |
+
software-properties-common
|
|