Spaces:
Runtime error
Runtime error
update requirements
Browse files- .DS_Store +0 -0
- README.md +1 -1
- requirements.txt +1 -1
.DS_Store
DELETED
Binary file (6.15 kB)
|
|
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.10.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.10.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# pip install -r requirements.txt
|
2 |
|
3 |
-
torch==1.
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
opencv-python>=4.5.0
|
|
|
1 |
# pip install -r requirements.txt
|
2 |
|
3 |
+
torch==1.13.0
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
opencv-python>=4.5.0
|