Skip to content

Commit

Permalink
add style transfer; Update pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
haoheliu committed Feb 15, 2023
1 parent 4aaa6e6 commit 0e02d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Generate speech, sound effects, music and beyond.
1. Prepare running environment
```shell
conda create -n audioldm python=3.8; conda activate audioldm
pip3 install audioldm==0.0.6
pip3 install audioldm==0.0.8
git clone https://github.com/haoheliu/AudioLDM; cd AudioLDM
```
2. Start the web application (powered by Gradio)
Expand All @@ -36,7 +36,7 @@ python3 app.py
# Optional
conda create -n audioldm python=3.8; conda activate audioldm
# Install AudioLDM
pip3 install audioldm==0.0.6
pip3 install audioldm==0.0.8
```

2. text-to-audio generation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
EMAIL = "haoheliu@gmail.com"
AUTHOR = "Haohe Liu"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.0.7"
VERSION = "0.0.8"

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 0e02d04

Please sign in to comment.