imessien commited on
Commit
75a136f
1 Parent(s): 5d079b3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,3 +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.
 
1
+ transformers # This is the version available as of my last update. You can adjust it to the version you want.
2
+ gradio # Similarly, adjust this as needed.
3
+ torch # Transformers library requires PyTorch.