Spaces:
Runtime error
Runtime error
Update audioex.py
Browse files- audioex.py +1 -1
audioex.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
import shutil
|
4 |
|
5 |
def ex():
|
6 |
-
video_directory = os.
|
7 |
video_files = [f for f in os.listdir(video_directory) if f.endswith(".mp4")]
|
8 |
for mp4_file in video_files:
|
9 |
# Full path to the mp4 file
|
|
|
3 |
import shutil
|
4 |
|
5 |
def ex():
|
6 |
+
video_directory = os.getcwd()
|
7 |
video_files = [f for f in os.listdir(video_directory) if f.endswith(".mp4")]
|
8 |
for mp4_file in video_files:
|
9 |
# Full path to the mp4 file
|