Spaces:
Sleeping
Sleeping
Update requirements.txt with python-dotenv
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
tensorflow
|
| 2 |
-
numpy
|
| 3 |
-
pillow
|
| 4 |
-
gradio=
|
| 5 |
-
requests
|
| 6 |
-
huggingface_hub>=0.13.0
|
| 7 |
python-dotenv>=1.0.0
|
|
|
|
| 1 |
+
tensorflow
|
| 2 |
+
numpy
|
| 3 |
+
pillow
|
| 4 |
+
gradio>=3.50.2
|
| 5 |
+
requests
|
|
|
|
| 6 |
python-dotenv>=1.0.0
|