Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkwyu authored Apr 24, 2024
1 parent e27e849 commit a13e3a7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ python -m pip install -r requirements.txt
```

## ▶️ Usage (CLI) ##
Before running the application, required packages need to be installed by following command:
```console
python run.py {URL}
```

#### Example ####
#### ▶️ Example ####
《Chainsaw Man Season 1》,
- Series ([https://www.xgcartoon.com/detail/dianjurenriyu-tengbenshu](https://www.xgcartoon.com/detail/dianjurenriyu-tengbenshu))
- Episode 1 ([https://www.xgcartoon.com/user/page_direct?cartoon_id=dianjurenriyu-tengbenshu&chapter_id=vRsDVLPPou](https://www.xgcartoon.com/user/page_direct?cartoon_id=dianjurenriyu-tengbenshu&chapter_id=vRsDVLPPou))
Expand All @@ -53,10 +52,15 @@ python run.py https://www.xgcartoon.com/user/page_direct?cartoon_id=dianjurenriy
```

## ▶️ Usage (WebUI) ##
Before running the application, required packages need to be installed by following command:
```console
python webUI.py
```
After the logs are shown as below, go to [http://127.0.0.1:7860](http://127.0.0.1:7860)
```console
Running on local URL: http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
```
![anime-al screenshot](docs/screenshot.png?raw=true "anime-al")


Expand Down

0 comments on commit a13e3a7

Please sign in to comment.