Spaces:
Build error
Build error
Commit ·
15a1c51
1
Parent(s): ea19ac8
updating torch version
Browse files- .DS_Store +0 -0
- requirements.txt +1 -1
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio==3.21.0
|
| 2 |
jsonpointer==2.3
|
| 3 |
jsonschema==4.17.3
|
| 4 |
-
torch
|
| 5 |
torchvision==0.13.1
|
| 6 |
transformers==4.26.0
|
|
|
|
| 1 |
gradio==3.21.0
|
| 2 |
jsonpointer==2.3
|
| 3 |
jsonschema==4.17.3
|
| 4 |
+
torch==1.12.1
|
| 5 |
torchvision==0.13.1
|
| 6 |
transformers==4.26.0
|