Spaces:
Running
Running
Commit
·
047546f
1
Parent(s):
d690211
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def get_text(url):
|
|
| 20 |
out_file=video.download(output_path=".")
|
| 21 |
|
| 22 |
file_stats = os.stat(out_file)
|
| 23 |
-
logging.info(
|
| 24 |
|
| 25 |
base, ext = os.path.splitext(out_file)
|
| 26 |
new_file = base+'.mp3'
|
|
|
|
| 20 |
out_file=video.download(output_path=".")
|
| 21 |
|
| 22 |
file_stats = os.stat(out_file)
|
| 23 |
+
logging.info(f'Size of audio file in Bytes: {file_stats.st_size}')
|
| 24 |
|
| 25 |
base, ext = os.path.splitext(out_file)
|
| 26 |
new_file = base+'.mp3'
|