danurahul commited on
Commit
0b1ce65
1 Parent(s): 77f4852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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='./result/continuation.midi',
36
  prompt=midi.name)
37
- return './result/continuation.midi'
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"