Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
gradio==3.0.17
|
| 2 |
huggingface-hub==0.16.0
|
| 3 |
transformers==4.28.1
|
|
|
|
|
|
| 1 |
gradio==3.0.17
|
| 2 |
huggingface-hub==0.16.0
|
| 3 |
transformers==4.28.1
|
| 4 |
+
torch>=1.9.0,<2.0 # Required for the transformers pipeline to work properly
|