Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
c9b8243
1
Parent(s):
1a27f89
add arabic models
Browse files
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"
|
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")
|