install gradio using pip before running the demo.py file (#202)

This commit is contained in:
Shreyangshu 2024-03-25 09:15:56 +05:30 committed by GitHub
parent ac1b9ef57a
commit 7abee23c4c

View file

@ -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
```