Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|