Spaces:
Build error
Build error
Add 'moge' package to cosmos-predict1.yaml dependencies
Browse files- cosmos-predict1.yaml +1 -0
cosmos-predict1.yaml
CHANGED
@@ -27,6 +27,7 @@ dependencies:
|
|
27 |
- -r file:///app/gui/requirements.txt
|
28 |
- uvicorn[standard]
|
29 |
- fastapi
|
|
|
30 |
# Add any other crucial top-level pip dependencies here if your project needs them
|
31 |
# Example: - accelerate
|
32 |
# Example: - transformers
|
|
|
27 |
- -r file:///app/gui/requirements.txt
|
28 |
- uvicorn[standard]
|
29 |
- fastapi
|
30 |
+
- moge
|
31 |
# Add any other crucial top-level pip dependencies here if your project needs them
|
32 |
# Example: - accelerate
|
33 |
# Example: - transformers
|