juancopi81 commited on
Commit
a93bb0e
1 Parent(s): f532efb
Files changed (1) hide show
  1. app.py +1 -1
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