Spaces:
Runtime error
Runtime error
youssef1214
commited on
Commit
•
14fe494
1
Parent(s):
074ac5f
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -7,6 +7,9 @@ pyarabic
|
|
7 |
lime
|
8 |
huggingface_hub
|
9 |
nltk
|
|
|
|
|
|
|
10 |
fastapi==0.74.*
|
11 |
requests==2.27.*
|
12 |
sentencepiece==0.1.*
|
|
|
7 |
lime
|
8 |
huggingface_hub
|
9 |
nltk
|
10 |
+
transformers
|
11 |
+
arabert
|
12 |
+
torch==1.13.1
|
13 |
fastapi==0.74.*
|
14 |
requests==2.27.*
|
15 |
sentencepiece==0.1.*
|