Spaces:
Running
Running
Masfiq Mahmud
commited on
Commit
·
0b7107f
1
Parent(s):
ea78f87
Update .gitignore to include BanglaFeel.zip and add google-generativeai to requirements
Browse files- .gitignore +2 -0
- requirements.txt +2 -1
.gitignore
CHANGED
|
@@ -5,6 +5,8 @@ __pycache__/
|
|
| 5 |
*.py[cod]
|
| 6 |
*$py.class
|
| 7 |
model_files/
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Distribution / packaging
|
| 10 |
.Python
|
|
|
|
| 5 |
*.py[cod]
|
| 6 |
*$py.class
|
| 7 |
model_files/
|
| 8 |
+
BanglaFeel.zip/
|
| 9 |
+
BanglaFeel.zip
|
| 10 |
|
| 11 |
# Distribution / packaging
|
| 12 |
.Python
|
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ numpy
|
|
| 5 |
protobuf
|
| 6 |
sentencepiece
|
| 7 |
gunicorn
|
| 8 |
-
gdown
|
|
|
|
|
|
| 5 |
protobuf
|
| 6 |
sentencepiece
|
| 7 |
gunicorn
|
| 8 |
+
gdown
|
| 9 |
+
google-generativeai
|