Spaces:
Runtime error
Runtime error
Commit
·
ec94818
1
Parent(s):
859fcb9
Changed = to == which was a bug
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
transformers
|
2 |
torch==2.0
|
3 |
gradio
|
4 |
huggingface-hub
|
|
|
1 |
+
transformers==4.7.0
|
2 |
torch==2.0
|
3 |
gradio
|
4 |
huggingface-hub
|