Spaces:
Runtime error
Runtime error
Commit
·
bd164ed
1
Parent(s):
171c344
build: add requirements
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==1.5.2
|
| 2 |
+
streamlit==1.15.1
|
| 3 |
+
torch[cu116]==1.13.1
|
| 4 |
+
tqdm==4.64.1
|
| 5 |
+
transformers==4.25.1
|