jschwab21 commited on
Commit
8fd900d
·
verified ·
1 Parent(s): 691b922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from video_processing import process_video, 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
 
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