csukuangfj commited on
Commit
c9b8243
1 Parent(s): 1a27f89

add arabic models

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def process(
126
  filename = convert_to_wav(in_filename)
127
 
128
  logging.info(f"filename: {in_filename}")
129
- os.system(f"soxi {filename}")
130
 
131
  now = datetime.now()
132
  date_time = now.strftime("%Y-%m-%d %H:%M:%S.%f")
 
126
  filename = convert_to_wav(in_filename)
127
 
128
  logging.info(f"filename: {in_filename}")
129
+ os.system(f"ffprobe {filename}")
130
 
131
  now = datetime.now()
132
  date_time = now.strftime("%Y-%m-%d %H:%M:%S.%f")