Spaces:
Running
Running
Commit
·
4c132fa
1
Parent(s):
071a7c7
added tensorflow hub
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -40,9 +40,9 @@ streamlit-keyup==0.2.0
|
|
40 |
streamlit-toggle-switch==1.0.2
|
41 |
streamlit-vertical-slider==1.0.2
|
42 |
tenacity==8.2.2
|
43 |
-
tensorboard==2.12.3
|
44 |
tensorflow-cpu==2.12.0
|
45 |
tensorboard-data-server==0.7.0
|
46 |
tensorflow==2.12.0
|
47 |
tensorflow-estimator==2.12.0
|
48 |
tensorflow-io-gcs-filesystem==0.31.0
|
|
|
|
40 |
streamlit-toggle-switch==1.0.2
|
41 |
streamlit-vertical-slider==1.0.2
|
42 |
tenacity==8.2.2
|
|
|
43 |
tensorflow-cpu==2.12.0
|
44 |
tensorboard-data-server==0.7.0
|
45 |
tensorflow==2.12.0
|
46 |
tensorflow-estimator==2.12.0
|
47 |
tensorflow-io-gcs-filesystem==0.31.0
|
48 |
+
tensorflow-hub
|