PierreHanna commited on
Commit
5b08dc2
1 Parent(s): 6b3fe76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, dict_desc#['Vocal/Instrumental']
66
 
67
  '''
68
  demo = gr.Interface(fn=process,
 
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['Vocal/Instrumental'])
66
 
67
  '''
68
  demo = gr.Interface(fn=process,