Spaces:
Running
Running
fix secondary dependencies
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
gradio==4.44.1
|
|
|
2 |
pygltflib==1.16.1
|
3 |
trimesh==4.0.5
|
4 |
imageio==2.34.1
|
5 |
imageio-ffmpeg==0.5.0
|
6 |
pillow==10.3.0
|
|
|
|
|
7 |
scipy==1.11.4
|
|
|
|
1 |
gradio==4.44.1
|
2 |
+
gradio_client==1.3.0
|
3 |
pygltflib==1.16.1
|
4 |
trimesh==4.0.5
|
5 |
imageio==2.34.1
|
6 |
imageio-ffmpeg==0.5.0
|
7 |
pillow==10.3.0
|
8 |
+
pydantic==2.10.6
|
9 |
+
pydantic_core==2.27.2
|
10 |
scipy==1.11.4
|
11 |
+
spaces==0.32.0
|