marvinisjarvis commited on
Commit
d8bc4c0
·
verified ·
1 Parent(s): a1b67ef

Update Requirements.txt

Browse files

This version adds torch and corrects the gradio version to a recent, stable one.

Files changed (1) hide show
  1. Requirements.txt +6 -5
Requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- gradio==5.45.0
2
- huggingface-hub>=0.16.4
3
- transformers>=4.34.0
4
- safetensors>=0.3.0
5
- accelerate>=0.20.3
 
 
1
+ gradio==4.31.0
2
+ huggingface-hub>=0.16.4
3
+ transformers>=4.34.0
4
+ safetensors>=0.3.0
5
+ accelerate>=0.20.3
6
+ torch