Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import warnings
|
|
3 |
warnings.filterwarnings("ignore")
|
4 |
|
5 |
import gradio as gr
|
6 |
-
from src.
|
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
|