sarun25 commited on
Commit
de8152b
·
1 Parent(s): a955034

chore: update git ignore and requirement lib file

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +3 -7
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  venv/
2
  .env
 
 
1
  venv/
2
  .env
3
+ __pycache__/
requirements.txt CHANGED
@@ -1,7 +1,3 @@
1
- transformers>=4.51.0
2
- torch>=2.2.0
3
- accelerate>=0.30.0
4
- gradio>=4.31.0
5
- sentencepiece
6
- protobuf
7
- google-genai
 
1
+ gradio
2
+ google-genai
3
+ python-dotenv