RAMYASRI-39 commited on
Commit
4f3e909
·
verified ·
1 Parent(s): 885f3fc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
  gradio==3.38.0
2
  huggingface-hub==0.19.3
3
- transformers==4.33.2 # You may want to specify the version for stability
4
  firebase_admin==6.5.0
5
  pydantic==1.10.8
6
  jsonpatch==1.32
7
  joblib==1.3.2
8
- sentence-transformers==2.6.0 # Specify version for stability
9
  spaces==0.30.0 # Ensure the version is correct
10
- ragatouille==0.0.8 # Ensure the version works for your project
11
  lancedb==0.5.0 # Specify version for compatibility with your code
12
  openpyxl==3.1.1 # If you're using it with Excel files
 
1
  gradio==3.38.0
2
  huggingface-hub==0.19.3
3
+ transformers # You may want to specify the version for stability
4
  firebase_admin==6.5.0
5
  pydantic==1.10.8
6
  jsonpatch==1.32
7
  joblib==1.3.2
8
+ sentence-transformers # Specify version for stability
9
  spaces==0.30.0 # Ensure the version is correct
10
+ ragatouille # Ensure the version works for your project
11
  lancedb==0.5.0 # Specify version for compatibility with your code
12
  openpyxl==3.1.1 # If you're using it with Excel files