mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-17 22:56:10 +02:00
install gradio using pip before running the demo.py file (#202)
This commit is contained in:
parent
ac1b9ef57a
commit
7abee23c4c
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue