PierreHanna commited on
Commit
5b1ec57
1 Parent(s): 0b0c9cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def process(audio_file, embed_html_all):
39
 
40
  # add audio features service with an available database
41
  #parameters = client.add_audio_features(parameters, SIMBALS_MAIN_DATABASE)
42
- parameters = client.add_tags_all(parameters, SIMBALS_MAIN_DATABASE)
43
 
44
  # launch the request and test for ok/code values
45
  ok, code, job_id = client.launch_request(parameters)
 
39
 
40
  # add audio features service with an available database
41
  #parameters = client.add_audio_features(parameters, SIMBALS_MAIN_DATABASE)
42
+ parameters = client.add_tagging_all(parameters, SIMBALS_MAIN_DATABASE)
43
 
44
  # launch the request and test for ok/code values
45
  ok, code, job_id = client.launch_request(parameters)