Spaces:
Runtime error
Runtime error
stanslausmwongela
commited on
Commit
•
75033a0
1
Parent(s):
0472097
Added the requirements file
Browse files- app/__init__.py +0 -0
- requirements.txt +4 -0
app/__init__.py
ADDED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tokenizers==0.13.3
|
2 |
+
torch==2.0.1
|
3 |
+
tqdm==4.65.0
|
4 |
+
transformers==4.29.2
|