Update requirements.txt (#8)
Browse files- Update requirements.txt (2119a129b926d2f413b1fb7b80f6f42712288487)
Co-authored-by: Vaibhav Srivastav <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ git+https://github.com/huggingface/diffusers.git
|
|
2 |
git+https://github.com/haoheliu/AudioLDM2.git
|
3 |
transformers==4.30.2
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
5 |
-
torch
|
6 |
gradio_client==0.2.7
|
7 |
huggingface_hub
|
8 |
pydantic<2
|
|
|
2 |
git+https://github.com/haoheliu/AudioLDM2.git
|
3 |
transformers==4.30.2
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
5 |
+
torch<2.1.0
|
6 |
gradio_client==0.2.7
|
7 |
huggingface_hub
|
8 |
pydantic<2
|