seikin_alexey commited on
Commit
31f7fb2
·
1 Parent(s): b2f62bf
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import warnings
5
  warnings.filterwarnings("ignore")
6
 
7
- # Function to get the list of audio files in the 'rec/' directory
8
  def get_audio_files_list(directory="rec"):
9
  try:
10
  return [f for f in os.listdir(directory) if os.path.isfile(os.path.join(directory, f))]
 
4
  import warnings
5
  warnings.filterwarnings("ignore")
6
 
7
+ # Function to get the list of audio files in the 'rec/' directory1
8
  def get_audio_files_list(directory="rec"):
9
  try:
10
  return [f for f in os.listdir(directory) if os.path.isfile(os.path.join(directory, f))]