removed predictmood function
This commit is contained in:
parent
4d1c53dc91
commit
202928f7e5
@ -74,10 +74,3 @@ def generate_midi(midi_data, total_seconds=10):
|
||||
output.seek(0)
|
||||
return output
|
||||
|
||||
|
||||
def predictmood(midi_data):
|
||||
'''
|
||||
Attempt to predict the mood of the music in the midi file
|
||||
'''
|
||||
|
||||
return predictmood(midi_data)
|
||||
|
Loading…
Reference in New Issue
Block a user