Spaces:
Sleeping
Sleeping
chore: update git ignore and requirement lib file
Browse files- .gitignore +1 -0
- 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 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
gradio>=4.31.0
|
| 5 |
-
sentencepiece
|
| 6 |
-
protobuf
|
| 7 |
-
google-genai
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
google-genai
|
| 3 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|