Spaces:
Paused
Paused
Commit ·
6464052
1
Parent(s): 4ac5937
Moviepy
Browse files
others.py
CHANGED
|
@@ -8,7 +8,7 @@ import json
|
|
| 8 |
import subprocess
|
| 9 |
import mimetypes
|
| 10 |
from datetime import datetime, timedelta
|
| 11 |
-
from moviepy
|
| 12 |
import streamlit as st
|
| 13 |
from streamlit_option_menu import option_menu
|
| 14 |
from collections import defaultdict
|
|
|
|
| 8 |
import subprocess
|
| 9 |
import mimetypes
|
| 10 |
from datetime import datetime, timedelta
|
| 11 |
+
from moviepy import VideoFileClip
|
| 12 |
import streamlit as st
|
| 13 |
from streamlit_option_menu import option_menu
|
| 14 |
from collections import defaultdict
|