Spaces:
Running
Running
admin
commited on
Commit
·
215960c
1
Parent(s):
b07258a
upd mscore url
Browse files- convert.py +1 -1
convert.py
CHANGED
@@ -36,7 +36,7 @@ if sys.platform.startswith("linux"):
|
|
36 |
extra_dir = "squashfs-root"
|
37 |
if not os.path.exists(apkname):
|
38 |
download(
|
39 |
-
url="https://
|
40 |
directory="./",
|
41 |
filename=apkname,
|
42 |
)
|
|
|
36 |
extra_dir = "squashfs-root"
|
37 |
if not os.path.exists(apkname):
|
38 |
download(
|
39 |
+
url="https://www.modelscope.cn/studio/Genius-Society/piano_trans/resolve/master/MuseScore.AppImage",
|
40 |
directory="./",
|
41 |
filename=apkname,
|
42 |
)
|