fantos commited on
Commit
840dc73
·
verified ·
1 Parent(s): 6ef6997

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
- https://huggingface.co/spaces/finegrain/finegrain-object-cutter/resolve/main/gradio_image_annotation-0.2.3-py3-none-any.whl
2
- https://huggingface.co/spaces/finegrain/finegrain-object-cutter/resolve/main/gradio_imageslider-0.0.20-py3-none-any.whl
 
 
 
3
  pillow
4
  pillow-heif
5
- git+https://github.com/finegrain-ai/refiners@7ca1774b5f8f172708db647a26c3be68858f285a
6
  numba
7
  pymatting
8
  transformers
9
  spaces
10
- numpy
 
 
 
1
+ # 커스텀 패키지들을 PyPI에서 설치하도록 변경
2
+ gradio-image-annotation==0.2.3
3
+ gradio-imageslider==0.0.20
4
+
5
+ # 기본 패키지들
6
  pillow
7
  pillow-heif
8
+ numpy
9
  numba
10
  pymatting
11
  transformers
12
  spaces
13
+
14
+ # refiners는 GitHub에서 직접 설치
15
+ git+https://github.com/finegrain-ai/refiners@7ca1774b5f8f172708db647a26c3be68858f285a