Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
cb7e596
1
Parent(s):
f7587a6
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ def GenerateMIDI(num_tok, idrums, iinstr, progress=gr.Progress()):
|
|
153 |
|
154 |
midi_plot = plt.figure(figsize=(14,5))
|
155 |
midi_plot = plt.axes(title='Allegro Music Transformer Composition')
|
156 |
-
midi_plot
|
157 |
plt.scatter(x,y, c=c)
|
158 |
plt.xlabel("Time")
|
159 |
plt.ylabel("Pitch")
|
|
|
153 |
|
154 |
midi_plot = plt.figure(figsize=(14,5))
|
155 |
midi_plot = plt.axes(title='Allegro Music Transformer Composition')
|
156 |
+
midi_plot.set_facecolor('black')
|
157 |
plt.scatter(x,y, c=c)
|
158 |
plt.xlabel("Time")
|
159 |
plt.ylabel("Pitch")
|