Spaces:
Running
Running
umyuu
commited on
Commit
•
4463b66
1
Parent(s):
7068e84
Update Gradio 5.
Browse files- 使用ライブラリのバージョンを、最新バージョンに更新しました。
- Gradio 5は、Python 3.10以降が必須なためReadMeを変更しました。
- README.md +1 -1
- requirements.txt +4 -4
README.md
CHANGED
@@ -8,7 +8,7 @@ colorTo: yellow
|
|
8 |
pinned: false
|
9 |
---
|
10 |
# 📖 SaliencyMap — in Python
|
11 |
-
![Python version](https://img.shields.io/badge/python-3.
|
12 |
<a href="https://colab.research.google.com/github/umyuu/SaliencyMapDemo/blob/main/scripts/launch_app.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
|
13 |
|
14 |
## 📝 概要
|
|
|
8 |
pinned: false
|
9 |
---
|
10 |
# 📖 SaliencyMap — in Python
|
11 |
+
![Python version](https://img.shields.io/badge/python-3.10+-important)
|
12 |
<a href="https://colab.research.google.com/github/umyuu/SaliencyMapDemo/blob/main/scripts/launch_app.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
|
13 |
|
14 |
## 📝 概要
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==
|
2 |
-
gradio_client==1.0
|
3 |
-
opencv-python==4.10.0.
|
4 |
-
opencv-contrib-python==4.10.0.
|
|
|
1 |
+
gradio==5.0.1
|
2 |
+
gradio_client==1.4.0
|
3 |
+
opencv-python==4.10.0.84
|
4 |
+
opencv-contrib-python==4.10.0.84
|