Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
1a27f89
1
Parent(s):
b3ba783
small fixes
Browse files
app.py
CHANGED
@@ -125,6 +125,9 @@ def process(
|
|
125 |
|
126 |
filename = convert_to_wav(in_filename)
|
127 |
|
|
|
|
|
|
|
128 |
now = datetime.now()
|
129 |
date_time = now.strftime("%Y-%m-%d %H:%M:%S.%f")
|
130 |
logging.info(f"Started at {date_time}")
|
|
|
125 |
|
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")
|
133 |
logging.info(f"Started at {date_time}")
|