PierreHanna commited on
Commit
b6fecc1
1 Parent(s): 5061599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def process(audio_file, embed_html_all):
49
  catalog = get_catalog()
50
  _, I = do_search(emb, ind)
51
  top1, top2, top3, top4, top5 = get_top(I, ind_filenames, catalog)
52
- return top1, top2, top3, top4, top5
53
 
54
 
55
  with gr.Blocks() as demo:
 
49
  catalog = get_catalog()
50
  _, I = do_search(emb, ind)
51
  top1, top2, top3, top4, top5 = get_top(I, ind_filenames, catalog)
52
+ return top1, top2, top3, top4, top5
53
 
54
 
55
  with gr.Blocks() as demo: