Spaces:
Configuration error
Configuration error
Danila-Pechenev
commited on
Commit
·
e160a15
1
Parent(s):
7094aa3
Add `huggingface_hub` to `requirements.txt`
Browse files- app/requirements.txt +2 -1
app/requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
numpy==1.23.5
|
2 |
Pillow==9.3.0
|
3 |
streamlit==1.15.2
|
4 |
-
tensorflow==2.11.0
|
|
|
|
1 |
numpy==1.23.5
|
2 |
Pillow==9.3.0
|
3 |
streamlit==1.15.2
|
4 |
+
tensorflow==2.11.0
|
5 |
+
huggingface-hub==0.11.1
|