Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
daggr>=0.5.4
|
| 2 |
gradio>=6.0.2
|
| 3 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
daggr>=0.5.4
|
| 2 |
gradio>=6.0.2
|
| 3 |
+
requests>=2.31.0
|
| 4 |
+
python-dotenv>=1.0.0
|
| 5 |
+
httpx>=0.25.0
|
| 6 |
+
streamlit>=1.28.0
|
| 7 |
+
Pillow>=9.5.0
|