Spaces:
Running
Running
Upload 2 files
Browse files- counter.txt +1 -0
- requirements.txt +8 -0
counter.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
3
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/Azd325/gingerit.git
|
2 |
+
streamlit==1.32.0
|
3 |
+
python-docx==1.1.0
|
4 |
+
transformers==4.41.0
|
5 |
+
torch==2.3.0
|
6 |
+
regex==2024.4.28
|
7 |
+
sentencepiece==0.2.0
|
8 |
+
protobuf==3.20.3
|