diff --git a/melodytalk/main.py b/melodytalk/main.py index 47b28a5..79a06bc 100644 --- a/melodytalk/main.py +++ b/melodytalk/main.py @@ -238,8 +238,8 @@ def clear_input_audio(self): with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo: gr.Markdown(""" - ## MelodyTalk - ### MelodyTalk is a ChatGPT-based interface for making music loops. All supported tools are listed below. + ## Loop Copilot + ### Loop Copilot is a ChatGPT-based interface for making music loops. All supported tools are listed below. ### Usage: ### Step 1: Describe the music loop you want to make. You can assign genre, instrument, bpm, mood in your text. ### Step 2: You can finetune the generated music loop using existing tools. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f9af472 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,56 @@ +argbind==0.3.7 +av==10.0.0 +braceexpand==0.1.7 +deepdiff==6.4.0 +demucs==4.0.1a2 +descript_audiotools==0.7.2 +dora_search==0.1.12 +einops==0.6.1 +flash_attn==2.1.1 +flashy==0.0.2 +ftfy==6.1.1 +gradio==3.41.2 +h5py==3.9.0 +horovod==0.28.1 +huggingface_hub==0.15.1 +intervaltree==3.1.0 +ipython==8.14.0 +julius==0.2.7 +lac==0.0.1 +langchain==0.0.278 +librosa==0.10.0.post2 +loralib==0.1.1 +madmom==0.17.dev0 +matplotlib==3.7.1 +mcb==2.0.1 +num2words==0.5.12 +numpy==1.24.3 +omegaconf==2.3.0 +pandas==2.0.2 +pedalboard==0.7.8 +Pillow==9.5.0 +Pillow==10.0.0 +pydub==0.25.1 +PyYAML==6.0 +PyYAML==6.0.1 +regex==2023.6.3 +resampy==0.4.2 +scikit_learn==1.2.2 +scipy==1.11.2 +setuptools==65.5.0 +soundfile==0.12.1 +spacy==3.5.2 +timm==0.9.6 +torch==2.0.1+cu118 +torchaudio==2.0.2+cu118 +torchlibrosa==0.1.0 +torchmetrics==1.0.1 +torchvision==0.15.2+cu118 +tqdm==4.65.0 +transformers==4.31.0.dev0 +typing_extensions==4.7.1 +wandb==0.15.5 +wavebeat==0.0.1 +webdataset==0.2.48 +wget==3.2 +xformers==0.0.20