Commit ·
82a6df1
1
Parent(s): 21245a4
fix
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: green
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.20.0
|
| 8 |
-
python_version: '3.
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
|
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.20.0
|
| 8 |
+
python_version: '3.10'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ pydantic>=2
|
|
| 7 |
python-dotenv
|
| 8 |
reportlab
|
| 9 |
scikit-image
|
| 10 |
-
git+https://github.com/bowang-lab/MedSAM.git
|
|
|
|
| 11 |
torch
|
| 12 |
transformers
|
|
|
|
| 7 |
python-dotenv
|
| 8 |
reportlab
|
| 9 |
scikit-image
|
| 10 |
+
#git+https://github.com/bowang-lab/MedSAM.git
|
| 11 |
+
medsam @ git+https://github.com/bowang-lab/MedSAM.git@861d42440061c704762a9bb9a574e7c31d8d751a
|
| 12 |
torch
|
| 13 |
transformers
|