Edited src to examples

This commit is contained in:
Benjamin Elizalde
2023-10-12 13:16:41 -07:00
committed by GitHub
parent 1ec382a713
commit 8702caf400
+1 -1
View File
@@ -59,7 +59,7 @@ Take a look at [examples](./examples/) for usage examples.
To run Zero-Shot Classification on the ESC50 dataset try the following:
```bash
> cd src && python zero_shot_classification.py
> cd examples && python zero_shot_classification.py
```
Output (version 2023)
```bash