Spaces:
Runtime error
Runtime error
This Pull Request fixes the error of the space
Browse filesYou need to import the `core` library in your `requirements.txt`.
Click on _Merge_ to add this feature.
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -11,4 +11,5 @@ torchcodec
|
|
| 11 |
torchdiffeq
|
| 12 |
torchvision
|
| 13 |
transformers>=4.54.0
|
| 14 |
-
git+https://github.com/facebookresearch/sam3.git
|
|
|
|
|
|
| 11 |
torchdiffeq
|
| 12 |
torchvision
|
| 13 |
transformers>=4.54.0
|
| 14 |
+
git+https://github.com/facebookresearch/sam3.git
|
| 15 |
+
core
|