Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5b68d53
1
Parent(s):
516d23a
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,8 @@ def GenerateMIDI(progress=gr.Progress()):
|
|
| 152 |
|
| 153 |
audio = synthesis([500, output1], 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2')
|
| 154 |
|
| 155 |
-
|
|
|
|
| 156 |
x = []
|
| 157 |
y =[]
|
| 158 |
c = []
|
|
|
|
| 152 |
|
| 153 |
audio = synthesis([500, output1], 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2')
|
| 154 |
|
| 155 |
+
midi_plot = []
|
| 156 |
+
|
| 157 |
x = []
|
| 158 |
y =[]
|
| 159 |
c = []
|