From 8702caf4003f35c2416d10b94195342487f9aadb Mon Sep 17 00:00:00 2001 From: Benjamin Elizalde <26778834+bmartin1@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:16:41 -0700 Subject: [PATCH] Edited src to examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 319cc30..ccac4b4 100644 --- a/README.md +++ b/README.md @@ -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