Timo123432345443 commited on
Commit
e04594b
·
verified ·
1 Parent(s): c04d0d9

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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