Spaces:
Runtime error
Runtime error
dur no
Browse files
app.py
CHANGED
|
@@ -33,11 +33,11 @@ print("[INFO]: Downloaded models!")
|
|
| 33 |
|
| 34 |
|
| 35 |
def check_extension(video):
|
| 36 |
-
|
| 37 |
clip = moviepy.VideoFileClip(video)
|
| 38 |
|
| 39 |
split_tup = os.path.splitext(video)
|
| 40 |
-
|
| 41 |
# extract the file name and extension
|
| 42 |
file_name = split_tup[0]
|
| 43 |
file_extension = split_tup[1]
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
def check_extension(video):
|
| 36 |
+
print(video)
|
| 37 |
clip = moviepy.VideoFileClip(video)
|
| 38 |
|
| 39 |
split_tup = os.path.splitext(video)
|
| 40 |
+
print(split_tup)
|
| 41 |
# extract the file name and extension
|
| 42 |
file_name = split_tup[0]
|
| 43 |
file_extension = split_tup[1]
|