Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.9.2 # This is the version available as of my last update. You can adjust it to the version you want.
|
2 |
+
gradio==2.2.15 # Similarly, adjust this as needed.
|
3 |
+
torch==1.9.1 # Transformers library requires PyTorch.
|