From c29e5bd2f4db0e18f1f3773a9fff5e18c298ce74 Mon Sep 17 00:00:00 2001 From: Darrell <1923370+RadTechDad@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:25:21 -0800 Subject: [PATCH] Update README.md Added the step to manually create the 'models' folder because download_models.py won't do it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9193dd9c..6a9e7f4a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Or run the following command to download all models: ```python pip install -r gradio_demo/requirements.txt +mkdir models python gradio_demo/download_models.py ```