Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yingdachen authored Aug 13, 2023
1 parent c6fc442 commit 1e562f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd facechain
Install dependencies:

```shell
# If you use the official docker image, you only need to execute
# If you use the official ModelScope docker image, you only need to install gradio
pip3 install gradio
# If you use the conda env, please refer to section Installation.
Expand All @@ -63,7 +63,7 @@ Launch Gradio to generate personal digital images:
python app.py
```

You can reference to the Gradio startup log in the log. Once the hyper-link is displayed, copy it to your browser for access. Then click on "Select Image Upload" on the page, and select at least one picture containing a face. Click "Start Training" to train the model. After the training is completed, there will be a corresponding display in the log. Afterward, switch to the "Image Experience" tab and click "Start Inference" to generate your own digital image.
You can refer to the Gradio startup log in the log. Once the hyper-link is displayed, copy it to your browser for access. Then click on "Select Image Upload" on the page, and select at least one picture containing a face. Click "Start Training" to train the model. After the training is completed, there will be a corresponding display in the log. Afterward, switch to the "Image Experience" tab and click "Start Inference" to generate your own digital image.

# Script Execution

Expand Down

0 comments on commit 1e562f5

Please sign in to comment.