Spaces:
Running
Running
admin
commited on
Commit
•
6563a30
1
Parent(s):
59e3f4f
fix mscore dld url
Browse files
utils.py
CHANGED
@@ -57,7 +57,7 @@ if sys.platform.startswith("linux"):
|
|
57 |
extra_dir = "squashfs-root"
|
58 |
download(
|
59 |
filename=apkname,
|
60 |
-
url="https://
|
61 |
)
|
62 |
if not os.path.exists(extra_dir):
|
63 |
subprocess.run(["chmod", "+x", f"./{apkname}"])
|
|
|
57 |
extra_dir = "squashfs-root"
|
58 |
download(
|
59 |
filename=apkname,
|
60 |
+
url="https://www.modelscope.cn/studio/MuGeminorum/piano_transcription/resolve/master/MuseScore.AppImage",
|
61 |
)
|
62 |
if not os.path.exists(extra_dir):
|
63 |
subprocess.run(["chmod", "+x", f"./{apkname}"])
|