Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
import tempfile
|
4 |
from Fight_detec_func import fight_detec
|
5 |
-
from objec_detect_yolo import
|
6 |
|
7 |
def analyze_video(video_path):
|
8 |
temp_dir = "/tmp"
|
|
|
2 |
import os
|
3 |
import tempfile
|
4 |
from Fight_detec_func import fight_detec
|
5 |
+
from objec_detect_yolo import detect_objects_in_video
|
6 |
|
7 |
def analyze_video(video_path):
|
8 |
temp_dir = "/tmp"
|