From 420b4a08c771851e0e9b6760237aec8f4cbc1dbb Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Fri, 5 Jul 2024 13:20:54 +0800 Subject: [PATCH] doc: fix gradio version --- readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index e42c039..c567f9d 100644 --- a/readme.md +++ b/readme.md @@ -100,18 +100,15 @@ python inference.py -h **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`: ```bash -pip install gradio==4.36.1 +pip install gradio==4.37.1 python app.py ``` -***NOTE:*** *we are working on the Gradio interface and will be upgrading it soon.* - - ### 5. Inference speed evaluation 🚀🚀🚀 We have also provided a script to evaluate the inference speed of each module: