Spaces:
Runtime error
Runtime error
fix(requirements): :white_check_mark: Remove libraries that generates error at install processor
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -12,6 +12,6 @@ imageio==2.34.0
|
|
12 |
imageio-ffmpeg==0.5.1
|
13 |
safetensors==0.4.3
|
14 |
gradio==5.0.0
|
15 |
-
ninja
|
16 |
-
git+https://github.com/Dao-AILab/[email protected]
|
17 |
-
xfuser==0.4.0
|
|
|
12 |
imageio-ffmpeg==0.5.1
|
13 |
safetensors==0.4.3
|
14 |
gradio==5.0.0
|
15 |
+
# ninja
|
16 |
+
# git+https://github.com/Dao-AILab/[email protected]
|
17 |
+
# xfuser==0.4.0
|