Spaces:
Running
Running
umyuu
commited on
Commit
·
d508b61
1
Parent(s):
a86e8f9
ライブラリのバージョンを更新
Browse files- requirements.txt +4 -4
- src/utils.py +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==4.
|
2 |
-
gradio_client==0.
|
3 |
-
opencv-python==4.
|
4 |
-
opencv-contrib-python==4.
|
|
|
1 |
+
gradio==4.36.0
|
2 |
+
gradio_client==1.0.1
|
3 |
+
opencv-python==4.10.0.82
|
4 |
+
opencv-contrib-python==4.10.0.82
|
src/utils.py
CHANGED
@@ -8,7 +8,7 @@ def get_package_version() -> str:
|
|
8 |
"""
|
9 |
バージョン情報を取得します。
|
10 |
"""
|
11 |
-
return '0.0.
|
12 |
|
13 |
|
14 |
@dataclass
|
|
|
8 |
"""
|
9 |
バージョン情報を取得します。
|
10 |
"""
|
11 |
+
return '0.0.10'
|
12 |
|
13 |
|
14 |
@dataclass
|