Update README.md
Browse files
README.md
CHANGED
|
@@ -110,5 +110,5 @@ def postprocess(txt, path):
|
|
| 110 |
except Exception as e:
|
| 111 |
print('Postprocess: Ignored postprocessing error:', e)
|
| 112 |
|
| 113 |
-
postprocess(txt, './
|
| 114 |
```
|
|
|
|
| 110 |
except Exception as e:
|
| 111 |
print('Postprocess: Ignored postprocessing error:', e)
|
| 112 |
|
| 113 |
+
postprocess(txt, './result.mid')
|
| 114 |
```
|