kamalcst commited on
Commit
02d2eea
1 Parent(s): 1e9c865

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio>=3.5 # Specify the version of Gradio you want to use
2
+ transformers>=4.17 # Specify the version of transformers you want to use
3
+ torch>=1.11 # Specify the version of PyTorch you want to use