Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -19,5 +19,12 @@ albumentations==1.4.10
|
|
| 19 |
matplotlib==3.9.0
|
| 20 |
imageio-ffmpeg==0.5.1
|
| 21 |
tyro==0.8.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
gradio==4.37.1
|
| 23 |
-
gdown
|
|
|
|
| 19 |
matplotlib==3.9.0
|
| 20 |
imageio-ffmpeg==0.5.1
|
| 21 |
tyro==0.8.5
|
| 22 |
+
|
| 23 |
+
# ↓ ここを追加 ▼
|
| 24 |
+
pydantic==2.8.2
|
| 25 |
+
pydantic-core==2.20.1
|
| 26 |
+
fastapi==0.112.4
|
| 27 |
+
# ↑ ここまで追加
|
| 28 |
+
|
| 29 |
gradio==4.37.1
|
| 30 |
+
gdown
|