From 7abee23c4ccbf10f25267c18bda7a7992daeacbf Mon Sep 17 00:00:00 2001 From: Shreyangshu <79297450+sbera7@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:15:56 +0530 Subject: [PATCH] install gradio using pip before running the demo.py file (#202) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5094c31..c00826a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ on improving the quality and text alignment. We have provided a Gradio application in this repository, you can use the following the command to start an interactive web application to experience video generation with Open-Sora. ```bash +pip install gradio python scripts/demo.py ```