Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio==4.36.1
|
| 2 |
huggingface_hub>=0.19.3
|
| 3 |
-
transformers
|
| 4 |
torch>=2.0.0
|
| 5 |
einops>=0.6.0
|
| 6 |
numpy>=1.21.0
|
|
|
|
| 1 |
gradio==4.36.1
|
| 2 |
huggingface_hub>=0.19.3
|
| 3 |
+
transformers==4.36.2 # Pin auf kompatible Version
|
| 4 |
torch>=2.0.0
|
| 5 |
einops>=0.6.0
|
| 6 |
numpy>=1.21.0
|