Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face Spaces Cluster - Requirements
|
| 2 |
+
|
| 3 |
+
# Basis
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
requests>=2.28.0
|
| 6 |
+
|
| 7 |
+
# Gradio (für Space UI)
|
| 8 |
+
gradio>=4.0.0
|
| 9 |
+
|
| 10 |
+
# FastAPI (für API)
|
| 11 |
+
fastapi>=0.100.0
|
| 12 |
+
uvicorn>=0.23.0
|
| 13 |
+
|
| 14 |
+
# Hugging Face
|
| 15 |
+
huggingface-hub>=0.17.0
|