Commit
·
bf153c1
1
Parent(s):
1c07936
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
gradio==3.0
|
2 |
pandas==1.5.2
|
|
|
|
|
|
|
3 |
transformers==3.1.0
|
4 |
-
|
|
|
|
|
5 |
urllib3==1.25.10
|
|
|
1 |
gradio==3.0
|
2 |
pandas==1.5.2
|
3 |
+
tensorboard==2.11.0
|
4 |
+
tensorboard-data-server==0.6.1
|
5 |
+
tensorboard-plugin-wit==1.8.1
|
6 |
transformers==3.1.0
|
7 |
+
tensorflow-estimator==2.11.0
|
8 |
+
tensorflow-io-gcs-filesystem==0.28.0
|
9 |
+
tokenizers==0.8.1rc2
|
10 |
urllib3==1.25.10
|