mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 20:42:38 +00:00
doc: fix gradio version
This commit is contained in:
parent
293cb9ee31
commit
420b4a08c7
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user