PierreHanna commited on
Commit
be9766a
·
verified ·
1 Parent(s): 7153ed1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ def process(prompt, lang):
67
 
68
  #formated.append(get_url_myma(top, audio_names, url_dict)
69
  #formated.append(audio_names[top].split('.')[0])
 
70
  writer.writerow(dict_catalog[file].values())
71
  count += 1
72
 
 
67
 
68
  #formated.append(get_url_myma(top, audio_names, url_dict)
69
  #formated.append(audio_names[top].split('.')[0])
70
+ file = os.path.splitext(os.path.basename(top))[0]
71
  writer.writerow(dict_catalog[file].values())
72
  count += 1
73