Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ K:G
|
|
| 20 |
"""
|
| 21 |
|
| 22 |
def parse_abc_notation(text='', conversation_id='debug'):
|
| 23 |
-
os.makedirs(f"tmp/", exist_ok=True)
|
| 24 |
ts = time.time()
|
| 25 |
abc_pattern = r'(X:\d+\n(?:[^\n]*\n)+)'
|
| 26 |
abc_notation = re.findall(abc_pattern, text+'\n')
|
|
|
|
| 20 |
"""
|
| 21 |
|
| 22 |
def parse_abc_notation(text='', conversation_id='debug'):
|
| 23 |
+
# os.makedirs(f"tmp/", exist_ok=True)
|
| 24 |
ts = time.time()
|
| 25 |
abc_pattern = r'(X:\d+\n(?:[^\n]*\n)+)'
|
| 26 |
abc_notation = re.findall(abc_pattern, text+'\n')
|