Commit ·
39c045a
1
Parent(s): 33c864a
fix bugs
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: red
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.31.0
|
|
|
|
| 8 |
app_file: hugging_face/app.py
|
| 9 |
pinned: false
|
| 10 |
license: other
|
|
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.31.0
|
| 8 |
+
python_version: 3.10.13
|
| 9 |
app_file: hugging_face/app.py
|
| 10 |
pinned: false
|
| 11 |
license: other
|
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ hickle >= 5.0
|
|
| 6 |
tensorboard >= 2.11
|
| 7 |
numpy >= 1.21
|
| 8 |
git+https://github.com/facebookresearch/segment-anything.git
|
| 9 |
-
gradio==4.31.0
|
| 10 |
fastapi==0.111.0
|
| 11 |
pydantic==2.7.1
|
| 12 |
opencv-python >= 4.8
|
|
|
|
| 6 |
tensorboard >= 2.11
|
| 7 |
numpy >= 1.21
|
| 8 |
git+https://github.com/facebookresearch/segment-anything.git
|
| 9 |
+
# gradio==4.31.0
|
| 10 |
fastapi==0.111.0
|
| 11 |
pydantic==2.7.1
|
| 12 |
opencv-python >= 4.8
|