Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
# Requirements automatically generated by pigar.
|
2 |
-
# https://github.com/damnever/pigar
|
3 |
-
|
4 |
-
# app.py: 2
|
5 |
Pillow == 7.1.2
|
6 |
-
|
7 |
-
# app.py: 1
|
8 |
streamlit == 0.67.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Pillow == 7.1.2
|
|
|
|
|
2 |
streamlit == 0.67.1
|
3 |
+
Werkzeug==2.0.3
|
4 |
+
huggingface_hub==0.4.0
|