Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
20709ce
1
Parent(s):
f5b6af3
redo req.txt
Browse filesSigned-off-by: apple muncy <[email protected]>
- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
|
|
|
1 |
+
fastapi>=0.104.0
|
2 |
+
uvicorn[standard]>=0.24.0
|
3 |
+
gradio>=4.0.0
|
4 |
+
huggingface-hub[mcp]>=0.32.0
|
5 |
+
pydantic>=2.0.0
|
6 |
+
python-multipart>=0.0.6
|
7 |
+
requests>=2.31.0
|
8 |
+
python-dotenv>=1.0.0
|
9 |
+
fastmcp>=2.0.0
|
10 |
|