Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,9 @@ def inference(midi):
|
|
32 |
n_target_bar=4,
|
33 |
temperature=1.2,
|
34 |
topk=5,
|
35 |
-
output_path='
|
36 |
prompt=midi.name)
|
37 |
-
return '
|
38 |
|
39 |
|
40 |
title = "Pop Music Transformer"
|
|
|
32 |
n_target_bar=4,
|
33 |
temperature=1.2,
|
34 |
topk=5,
|
35 |
+
output_path='continuation.midi',
|
36 |
prompt=midi.name)
|
37 |
+
return 'continuation.midi'
|
38 |
|
39 |
|
40 |
title = "Pop Music Transformer"
|