Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
shiny==0.6.0
|
| 2 |
shinyswatch==0.4.1
|
| 3 |
seaborn==0.12.2
|
| 4 |
-
matplotlib==3.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
shiny==0.6.0
|
| 2 |
shinyswatch==0.4.1
|
| 3 |
seaborn==0.12.2
|
| 4 |
+
matplotlib==3.7.1
|
| 5 |
+
transformers==4.32.1
|
| 6 |
+
tqdm==4.65.0
|
| 7 |
+
tokenizers==0.13.3
|
| 8 |
+
tiktoken==0.5.2
|