Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
# Importing necessary components for the Gradio app
|
4 |
-
from
|
5 |
-
from
|
6 |
-
from
|
7 |
|
8 |
|
9 |
def clear_static_info():
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
# Importing necessary components for the Gradio app
|
4 |
+
from app.description import DESCRIPTION_STATIC, DESCRIPTION_DYNAMIC
|
5 |
+
from app.authors import AUTHORS
|
6 |
+
from app.app_utils import preprocess_image_and_predict, preprocess_video_and_predict
|
7 |
|
8 |
|
9 |
def clear_static_info():
|