From 0e02d046e8fdd605bcaa9254f04faca67d2d543f Mon Sep 17 00:00:00 2001 From: haoheliu <867390095@qq.com> Date: Wed, 15 Feb 2023 12:01:55 +0000 Subject: [PATCH] add style transfer; Update pip package --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd4e523..e35e1d9 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/setup.py b/setup.py index 18627e6..37a03ad 100644 --- a/setup.py +++ b/setup.py @@ -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 = [