Spaces:
Build error
Build error
Commit
·
a93bb0e
1
Parent(s):
f532efb
Add sudo
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
|
|
1 |
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 |
|