Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -47,7 +47,7 @@ if sys.platform.startswith("linux"):
|
|
| 47 |
extra_dir = "squashfs-root"
|
| 48 |
download(
|
| 49 |
filename=apkname,
|
| 50 |
-
url="https://www.modelscope.cn/studio/
|
| 51 |
)
|
| 52 |
if not os.path.exists(extra_dir):
|
| 53 |
subprocess.run(["chmod", "+x", f"./{apkname}"])
|
|
|
|
| 47 |
extra_dir = "squashfs-root"
|
| 48 |
download(
|
| 49 |
filename=apkname,
|
| 50 |
+
url="https://www.modelscope.cn/studio/Genius-Society/piano_transcription/resolve/master/MuseScore.AppImage",
|
| 51 |
)
|
| 52 |
if not os.path.exists(extra_dir):
|
| 53 |
subprocess.run(["chmod", "+x", f"./{apkname}"])
|