Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from video_processing import
|
3 |
from gradio.themes.base import Base
|
4 |
from gradio.themes.utils import colors, fonts, sizes
|
5 |
from typing import Iterable
|
|
|
1 |
import gradio as gr
|
2 |
+
from video_processing import download_video, find_scenes, analyze_scenes, extract_best_scene, cleanup_temp_files
|
3 |
from gradio.themes.base import Base
|
4 |
from gradio.themes.utils import colors, fonts, sizes
|
5 |
from typing import Iterable
|