requirements.txt
Browse files- requirements.txt +9 -0
- segment-anything-2 +1 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
matplotlib
|
3 |
+
pillow
|
4 |
+
gradio
|
5 |
+
opencv-python
|
6 |
+
ffmpeg-python
|
7 |
+
spaces
|
8 |
+
moviepy
|
9 |
+
gradio==3.38.0
|
segment-anything-2
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 7e1596c0b6462eb1d1ba7e1492430fed95023598
|