doc: fix gradio version

This commit is contained in:
guojianzhu 2024-07-05 13:20:54 +08:00
parent 293cb9ee31
commit 420b4a08c7

View File

@ -100,18 +100,15 @@ python inference.py -h
**More interesting results can be found in our [Homepage](https://liveportrait.github.io)** 😊 **More interesting results can be found in our [Homepage](https://liveportrait.github.io)** 😊
### 4. Gradio interface (WIP) ### 4. Gradio interface
We also provide a Gradio interface for a better experience. Please install `gradio` and then run `app.py`: We also provide a Gradio interface for a better experience. Please install `gradio` and then run `app.py`:
```bash ```bash
pip install gradio==4.36.1 pip install gradio==4.37.1
python app.py python app.py
``` ```
***NOTE:*** *we are working on the Gradio interface and will be upgrading it soon.*
### 5. Inference speed evaluation 🚀🚀🚀 ### 5. Inference speed evaluation 🚀🚀🚀
We have also provided a script to evaluate the inference speed of each module: We have also provided a script to evaluate the inference speed of each module: