jschwab21 commited on
Commit
16466ea
·
verified ·
1 Parent(s): 4087249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from video_processing import process_video, download_video, find_scenes, analyze
3
  from gradio.themes.base import Base
4
  from gradio.themes.utils import colors, fonts, sizes
5
  from typing import Iterable
 
6
  import os
7
 
8
  class CustomTheme(Base):
 
3
  from gradio.themes.base import Base
4
  from gradio.themes.utils import colors, fonts, sizes
5
  from typing import Iterable
6
+ import uuid
7
  import os
8
 
9
  class CustomTheme(Base):