Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -12,14 +12,7 @@ os.environ['QT_QPA_PLATFORM']='offscreen'
|
|
12 |
os.system("apt-get install fuse libfuse2")
|
13 |
os.system("chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage")
|
14 |
|
15 |
-
default_abc = """
|
16 |
-
X:1
|
17 |
-
L:1/8
|
18 |
-
M:2/4
|
19 |
-
K:G
|
20 |
-
|:"G" G>A Bc | dB dB |"C" ce ce |"D7" dB A2 |"G" G>A Bc | dB dB |"Am" cA"D7" FA |"G" AG G2 ::
|
21 |
-
"Em" g2"D" f>e | de Bd |"C" ce ce |"D7" dB A2 |"G" g2"D" f>e | de Bd |"Am" cA"D7" FA |"G" AG G2 :|
|
22 |
-
"""
|
23 |
|
24 |
def parse_abc_notation(text='', conversation_id='debug'):
|
25 |
# os.makedirs(f"tmp/", exist_ok=True)
|
|
|
12 |
os.system("apt-get install fuse libfuse2")
|
13 |
os.system("chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage")
|
14 |
|
15 |
+
default_abc = 'X:1\nL:1/8\nM:2/4\nK:G\n|:"G" G>A Bc | dB dB |"C" ce ce |"D7" dB A2 |"G" G>A Bc | dB dB |"Am" cA"D7" FA |"G" AG G2 :: \n"Em" g2"D" f>e | de Bd |"C" ce ce |"D7" dB A2 |"G" g2"D" f>e | de Bd |"Am" cA"D7" FA |"G" AG G2 :| \n'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
def parse_abc_notation(text='', conversation_id='debug'):
|
18 |
# os.makedirs(f"tmp/", exist_ok=True)
|