Spaces:
Runtime error
Runtime error
Commit ·
700f2e3
1
Parent(s): aac7846
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def process(input_path):
|
|
| 62 |
audioquality = [res['audio_quality'][0]['name'], res['audio_quality'][0]['probability']]
|
| 63 |
print(audioquality)
|
| 64 |
|
| 65 |
-
return dict_moods, genres, instruments, themes, str(dict_desc['Electric/Acoustic']),str(dict_desc['Danceability']),str(dict_desc['Arousal']),str(dict_desc['Vocal/Instrumental']),str(dict_desc['Studio/Live']),str(dict_desc['Music/Speech']),str(dict_desc['Valence']),str(dict_desc['Melodic']),str(dict_desc['Articulation']),str(dict_desc['RhythmicStability']),str(dict_desc['Dissonance']),str(dict_desc['BPM']),str(dict_desc['Binary']),str(dict_desc['Key']),str(dict_desc['TexturalStability'])
|
| 66 |
|
| 67 |
|
| 68 |
|
|
|
|
| 62 |
audioquality = [res['audio_quality'][0]['name'], res['audio_quality'][0]['probability']]
|
| 63 |
print(audioquality)
|
| 64 |
|
| 65 |
+
return dict_moods, genres, instruments, themes, str(dict_desc['Electric/Acoustic']),str(dict_desc['Danceability']),str(dict_desc['Arousal']),str(dict_desc['Vocal/Instrumental']),str(dict_desc['Studio/Live']),str(dict_desc['Music/Speech']),str(dict_desc['Valence']),str(dict_desc['Melodic']),str(dict_desc['Articulation']),str(dict_desc['RhythmicStability']),str(dict_desc['Dissonance']),str(dict_desc['BPM']),str(dict_desc['Binary']),str(dict_desc['Key']),str(dict_desc['Mode']),str(dict_desc['TexturalStability'])
|
| 66 |
|
| 67 |
|
| 68 |
|