sitammeur commited on
Commit
d9e93e5
1 Parent(s): 22a76c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import warnings
3
  warnings.filterwarnings("ignore")
4
 
5
  import gradio as gr
6
- from src.model import describe_video
7
 
8
 
9
  # Video and text inputs for the interface
 
3
  warnings.filterwarnings("ignore")
4
 
5
  import gradio as gr
6
+ from src.app.response import describe_video
7
 
8
 
9
  # Video and text inputs for the interface