Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
fastapi==0.111.1
|
| 2 |
uvicorn==0.30.6
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
python-dotenv==1.0.1
|
| 6 |
|
| 7 |
# RAG/Embedding
|
|
|
|
| 1 |
fastapi==0.111.1
|
| 2 |
uvicorn==0.30.6
|
| 3 |
+
|
| 4 |
+
# ← 安定ペアに固定
|
| 5 |
+
gradio==4.43.0
|
| 6 |
+
gradio_client==1.2.1
|
| 7 |
+
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
|
| 10 |
# RAG/Embedding
|