Spaces:
Running
Running
ffreemt
commited on
Commit
·
a671150
1
Parent(s):
d9e51b3
Add loguru to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,6 +6,7 @@ torch==1.11.0
|
|
6 |
sentence-transformers
|
7 |
fasttext-wheel
|
8 |
fastlid
|
|
|
9 |
|
10 |
about-time==3.1.1 ; python_version >= "3.10" and python_version < "3.11"
|
11 |
altair==4.2.0 ; python_version >= "3.10" and python_version < "3.11"
|
|
|
6 |
sentence-transformers
|
7 |
fasttext-wheel
|
8 |
fastlid
|
9 |
+
loguru
|
10 |
|
11 |
about-time==3.1.1 ; python_version >= "3.10" and python_version < "3.11"
|
12 |
altair==4.2.0 ; python_version >= "3.10" and python_version < "3.11"
|