LiuPengNGP commited on
Commit
d5c2fca
·
verified ·
1 Parent(s): 21e3b7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import gradio as gr
2
 
3
  # Importing necessary components for the Gradio app
4
- from model.description import DESCRIPTION_STATIC, DESCRIPTION_DYNAMIC
5
- from model.authors import AUTHORS
6
- from model.app_utils import preprocess_image_and_predict, preprocess_video_and_predict
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():