Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import cv2
|
3 |
from services.video_service import get_video_frame
|
4 |
from services.detection_service import detect_objects
|
|
|
1 |
+
import gradio as gr
|
2 |
import cv2
|
3 |
from services.video_service import get_video_frame
|
4 |
from services.detection_service import detect_objects
|