updating docs

This commit is contained in:
Mahmoud Alismail
2022-11-08 21:53:34 -05:00
parent e59608928d
commit 2fbff27ac1
+1 -1
View File
@@ -28,7 +28,7 @@ Please take a look at `src/examples` for usage examples.
- Load model
```python
from CLAP_API import CLAP
from src import CLAP
clap_model = CLAP("<PATH TO WEIGHTS>", use_cuda=False)
```