Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
aad9254
1
Parent(s):
b903d50
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ def GenerateMIDI(num_tok, idrums, iinstr, progress=gr.Progress()):
|
|
| 160 |
plt.ylabel("Pitch")
|
| 161 |
plt.close()
|
| 162 |
|
| 163 |
-
yield [500, output1],
|
| 164 |
|
| 165 |
#=================================================================================================
|
| 166 |
|
|
|
|
| 160 |
plt.ylabel("Pitch")
|
| 161 |
plt.close()
|
| 162 |
|
| 163 |
+
yield [500, output1], plt, "Allegro-Music-Transformer-Music-Composition.mid", (44100, audio)
|
| 164 |
|
| 165 |
#=================================================================================================
|
| 166 |
|