Spaces:
Build error
Build error
pirahansiah
commited on
Commit
•
de4c9f4
1
Parent(s):
ce3199d
update video processing: multi object tracking
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -38,6 +38,6 @@ HuggingFace = gr.Interface(
|
|
38 |
|
39 |
gr.TabbedInterface(
|
40 |
[HuggingFace,threshold_methods,yolo,video_processing],
|
41 |
-
tab_names=['HuggingFace','Thresholding Image Segmentation','YOLO','
|
42 |
).queue().launch()
|
43 |
|
|
|
38 |
|
39 |
gr.TabbedInterface(
|
40 |
[HuggingFace,threshold_methods,yolo,video_processing],
|
41 |
+
tab_names=['HuggingFace','Thresholding Image Segmentation','YOLO','Video Multi Objects tracking']
|
42 |
).queue().launch()
|
43 |
|
requirements.txt
CHANGED
@@ -6,6 +6,7 @@ ultralytics
|
|
6 |
gradio
|
7 |
ffmpeg
|
8 |
ffmpeg-python
|
|
|
9 |
|
10 |
# # Ultralytics requirements
|
11 |
# # Usage: pip install -r requirements.txt
|
|
|
6 |
gradio
|
7 |
ffmpeg
|
8 |
ffmpeg-python
|
9 |
+
lap
|
10 |
|
11 |
# # Ultralytics requirements
|
12 |
# # Usage: pip install -r requirements.txt
|